瀏覽代碼

Docs: Typo corrected.

Anna Tomanek 8 年之前
父節點
當前提交
1c51918a35
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-editor-balloon/src/balloontoolbareditorui.js

+ 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 ) {
 		/**