浏览代码

Improved docs.

Oskar Wróbel 8 年之前
父节点
当前提交
a18c339b2a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/ckeditor5-ui/src/contextualballoon.js

+ 2 - 2
packages/ckeditor5-ui/src/contextualballoon.js

@@ -65,7 +65,7 @@ export default class ContextualBalloon extends Plugin {
 	/**
 	 * Returns `true` when given view is in the stack otherwise returns `false`.
 	 *
-	 * @param {module:ui:view~View} view
+	 * @param {module:ui/view~View} view
 	 * @returns {Boolean}
 	 */
 	isViewInStack( view ) {
@@ -73,7 +73,7 @@ export default class ContextualBalloon extends Plugin {
 	}
 
 	/**
-	 * Adds view to the stack and makes is visible.
+	 * Adds view to the stack and makes it visible.
 	 *
 	 * @param {module:ui/contextualballoon~ViewConfig} data Configuration of the view.
 	 */