ソースを参照

Docs: Fixed a broken link in the DropdownView class.

Aleksander Nowodzinski 6 年 前
コミット
0f4b152cb9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/ckeditor5-ui/src/dropdown/dropdownview.js

+ 1 - 1
packages/ckeditor5-ui/src/dropdown/dropdownview.js

@@ -308,7 +308,7 @@ export default class DropdownView extends View {
 
 	/**
 	 * Returns {@link #panelView panel} positions to be used by the
-	 * {@link module:utils/dom/position#getOptimalPosition `getOptimalPosition()`}
+	 * {@link module:utils/dom/position~getOptimalPosition `getOptimalPosition()`}
 	 * utility considering the direction of the language the UI of the editor is displayed in.
 	 *
 	 * @type {module:utils/dom/position~Options#positions}