8
0
Anna Tomanek 8 лет назад
Родитель
Сommit
858c7208a9

+ 1 - 1
packages/ckeditor5-editor-classic/src/classiceditor.js

@@ -16,7 +16,7 @@ import ElementReplacer from '@ckeditor/ckeditor5-utils/src/elementreplacer';
 import '../theme/theme.scss';
 import '../theme/theme.scss';
 
 
 /**
 /**
- * Classic editor. Uses inline editable and sticky toolbar, all
+ * Classic editor. Uses an inline editable and a sticky toolbar, all
  * enclosed in a boxed UI.
  * enclosed in a boxed UI.
  *
  *
  * @extends module:core/editor/standardeditor~StandardEditor
  * @extends module:core/editor/standardeditor~StandardEditor

+ 1 - 1
packages/ckeditor5-editor-classic/src/classiceditorui.js

@@ -22,7 +22,7 @@ export default class ClassicEditorUI {
 	 * Creates an instance of the editor UI class.
 	 * Creates an instance of the editor UI class.
 	 *
 	 *
 	 * @param {module:core/editor/editor~Editor} editor The editor instance.
 	 * @param {module:core/editor/editor~Editor} editor The editor instance.
-	 * @param {module:ui/editorui/editoruiview~EditorUIView} view View of the ui.
+	 * @param {module:ui/editorui/editoruiview~EditorUIView} view The view of the UI.
 	 */
 	 */
 	constructor( editor, view ) {
 	constructor( editor, view ) {
 		/**
 		/**

+ 1 - 1
packages/ckeditor5-editor-classic/src/classiceditoruiview.js

@@ -13,7 +13,7 @@ import StickyToolbarView from '@ckeditor/ckeditor5-ui/src/toolbar/sticky/stickyt
 import Template from '@ckeditor/ckeditor5-ui/src/template';
 import Template from '@ckeditor/ckeditor5-ui/src/template';
 
 
 /**
 /**
- * Classic editor UI view. Uses inline editable and sticky toolbar, all
+ * Classic editor UI view. Uses an inline editable and a sticky toolbar, all
  * enclosed in a boxed UI view.
  * enclosed in a boxed UI view.
  *
  *
  * @extends module:ui/editorui/boxed/boxededitoruiview~BoxedEditorUIView
  * @extends module:ui/editorui/boxed/boxededitoruiview~BoxedEditorUIView