Skip to content

Commit 978702e

Browse files
authored
Merge pull request #35 from darrelfrancis/master
Typo's
2 parents 24dc1fd + 066547c commit 978702e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ interface ICursorPosition<TDataType> {
154154

155155
# IE 11 support
156156

157-
You must add a [babel-polifyl](https://babeljs.io/docs/en/babel-polyfill) for correct work in IE11
157+
You must add a [babel-polyfill](https://babeljs.io/docs/en/babel-polyfill) for it to work correctly in IE11
158158
[See IE11 example](https://holiber.github.io/sl-vue-tree/demo/ie11test.html)
159159

160160

@@ -186,7 +186,7 @@ slVueTree.traverse((node, nodeModel, path) => {
186186
})
187187
```
188188

189-
## Handle keydow and keyup events via `getNextNode` and `getPrevNode` methods
189+
## Handle keydown and keyup events via `getNextNode` and `getPrevNode` methods
190190

191191
[demo](https://holiber.github.io/sl-vue-tree/demo/keyboardcontrol)
192192

0 commit comments

Comments
 (0)