Skip to content

Commit

Permalink
Fix a typo (slab#2327)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfix authored and jhchen committed Sep 21, 2018
1 parent e298692 commit 04ad647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/modules/keyboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,6 @@ var quill = new Quill('#editor', {
```


### Peformance
### Performance

Like DOM events, Quill key bindings are blocking calls on every match, so it is a bad idea to have a very expensive handler for a very common key binding. Apply the same performance best practices as you would when attaching to common blocking DOM events, like `scroll` or `mousemove`.

0 comments on commit 04ad647

Please sign in to comment.