8
0
Piotrek Koszuliński 9 жил өмнө
parent
commit
b09f676c73

+ 3 - 2
packages/ckeditor5-editor-classic/src/classiceditorui.js

@@ -56,11 +56,12 @@ export default class ClassicEditorUI {
 
 		/**
 		 * Instance of the {@link module:core/keystrokehandler~KeystrokeHandler}.
+		 *
 		 * Unlike {@link core/editor/standardeditor~StandardEditor#keystrokes}, this
 		 * keystroke handler is focused on keystrokes associated exclusively with the
 		 * user interface, not edited content. It takes care of accessibility–related
-		 * keystrokes (i.e. focus the toolbar) and similar, leaving content
-		 * keystrokes (i.e. bold text, insert link) to aforementioned instance
+		 * keystrokes (e.g. focus the toolbar) and similar, leaving content
+		 * keystrokes (e.g. bold text, insert link) to aforementioned instance
 		 * in `StandardEditor`.
 		 *
 		 * @readonly