A. Darian преди 9 години
родител
ревизия
084e804c36
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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