Преглед на файлове

Internal: Use dropdown instead of drop-down. Closes ckeditor/ckeditor5#891. [skip ci]

Piotrek Koszuliński преди 7 години
родител
ревизия
f92a04a0e5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/features/keyboard-support.md

+ 1 - 1
docs/features/keyboard-support.md

@@ -16,7 +16,7 @@ Below is a list of the most important keystrokes supported by CKEditor 5 and its
 | Bold | <kbd>Ctrl</kbd> + <kbd>B</kbd> | <kbd>⌘</kbd> + <kbd>I</kbd> |
 | Italic | <kbd>Ctrl</kbd> + <kbd>I</kbd> | <kbd>⌘</kbd> + <kbd>I</kbd> |
 | Link | <kbd>Ctrl</kbd> + <kbd>K</kbd> | <kbd>⌘</kbd> + <kbd>K</kbd> |
-| Close contextual balloons and UI components like drop-downs | <kbd>Esc</kbd> | <kbd>Esc</kbd> |
+| Close contextual balloons and UI components like dropdowns | <kbd>Esc</kbd> | <kbd>Esc</kbd> |
 | Nest the current list item (when in a list) | <kbd>Tab</kbd> | <kbd>Tab</kbd> |
 | Move focus to the visible contextual balloon | <kbd>Tab</kbd> | <kbd>Tab</kbd> |
 | Move focus between fields (inputs and buttons) in contextual balloons | <kbd>Tab</kbd> | <kbd>Tab</kbd> |