Skip to content

Commit 82743ff

Browse files
committed
EN : fix of Czech non translated text
1 parent 9926451 commit 82743ff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

en/event.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ Plugins.catalogize(pEventPlugin);
6969
In the handler code, you can then trigger events as follows:
7070

7171
```javascript
72-
const eventName = EventNames.MyNewEvent; //nebo: 'MyNewEvent'
72+
const eventName = EventNames.MyNewEvent; //or: 'MyNewEvent'
7373

7474
sendEvent(eventName, (r) => {
7575
r.id = aliasName;
7676
r.result = loadedCount;
77-
//vyplnění dalších potřebných dat
77+
//fill another data of event
7878
});
7979
```
8080

en/uibutton.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The component defines a standard HTML button that is modified by the CSS class *
2222
}
2323

2424
_buttonAction(evt) {
25-
alert('Ahoj.');
25+
alert('Ahoy.');
2626
}
2727
```
2828

0 commit comments

Comments
 (0)