浏览代码

Minor docs fixes.

Szymon Kupś 8 年之前
父节点
当前提交
a47b8a0a0c
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      packages/ckeditor5-image/src/image/ui/utils.js
  2. 2 2
      packages/ckeditor5-image/src/imagetoolbar.js

+ 2 - 2
packages/ckeditor5-image/src/image/ui/utils.js

@@ -15,7 +15,7 @@ import { isImageWidget } from '../utils';
  * {@link module:ui/panel/balloon/contextualballoon~ContextualBalloon} instance
  * with respect to the image in the editor's content, if one is selected.
  *
- * @param {module:core/editor~Editor} editor Editor instance.
+ * @param {module:core/editor/editor~Editor} editor Editor instance.
  */
 export function repositionContextualBalloon( editor ) {
 	const editingView = editor.editing.view;
@@ -34,7 +34,7 @@ export function repositionContextualBalloon( editor ) {
  * {@link module:ui/panel/balloon/contextualballoon~ContextualBalloon}, with respect
  * to the selected element in the editor content.
  *
- * @param {module:core/editor~Editor} editor Editor instance.
+ * @param {module:core/editor/editor~Editor} editor Editor instance.
  * @returns {module:utils/dom/position~Options}
  */
 export function getBalloonPositionData( editor ) {

+ 2 - 2
packages/ckeditor5-image/src/imagetoolbar.js

@@ -115,7 +115,7 @@ export default class ImageToolbar extends Plugin {
 	}
 
 	/**
-	 * Shows the {@link #_toolbar} in the {@link _balloon}.
+	 * Shows the {@link #_toolbar} in the {@link #_balloon}.
 	 *
 	 * @private
 	 */
@@ -136,7 +136,7 @@ export default class ImageToolbar extends Plugin {
 	}
 
 	/**
-	 * Removes the {@link #_toolbar} from the {@link _balloon}.
+	 * Removes the {@link #_toolbar} from the {@link #_balloon}.
 	 *
 	 * @private
 	 */