Skip to content

Commit 4967394

Browse files
committed
fixing documentation
1 parent 794d94b commit 4967394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Split.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ render(
6767
| onPaste | | Function | Triggered by editor `paste` event, and passes text as argument |
6868
| onSelectionChange | | Function | triggered by editor `selectionChange` event, and passes a [Selection](https://ace.c9.io/#nav=api&api=selection) as it's first argument and the event as the second |
6969
| onCursorChange | | Function | triggered by editor `changeCursor` event, and passes a [Selection](https://ace.c9.io/#nav=api&api=selection) as it's first argument and the event as the second |
70-
| onFocus | | Function | triggered by editor `focus`, and passes the event as it's first argument and index of the editor focused as the second event |
70+
| onFocus | | Function | triggered by editor `focus` event, and passes the index of the edifor focused as it's first argument and the event as the second |
7171
| onBlur | | Function | triggered by editor `blur` event |
7272
| onInput | | Function | triggered by editor `input` event |
7373
| onScroll | | Function | triggered by editor `scroll` event |

0 commit comments

Comments
 (0)