Przeglądaj źródła

Docs: Typo corrected.

Anna Tomanek 8 lat temu
rodzic
commit
1c51918a35

+ 1 - 1
packages/ckeditor5-editor-balloon/src/balloontoolbareditorui.js

@@ -21,7 +21,7 @@ export default class BalloonToolbarEditorUI {
 	 * Creates an instance of the balloon toolbar editor UI class.
 	 *
 	 * @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 ) {
 		/**