A. Darian 9 years ago
parent
commit
084e804c36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/shortcuts/plugin.ts

+ 1 - 1
src/shortcuts/plugin.ts

@@ -19,7 +19,7 @@ import {
  * When a registered shortcut sequence is fired, the shortcut manager checks
  * the node that fired the event and each of its ancestors until a node matches
  * one or more registered selectors. The *first* matching selector in the
- * chain of ancestors will invoke the shortcut handler and the travelsal will
+ * chain of ancestors will invoke the shortcut handler and the traversal will
  * end at that point. If a node matches more than one selector, the handler for
  * whichever selector is more *specific* fires.
  * @see https://www.w3.org/TR/css3-selectors/#specificity