소스 검색

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