瀏覽代碼

Fixed invalid link.

Kamil Piechaczek 7 年之前
父節點
當前提交
4b10755691
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-core/src/editor/utils/elementapimixin.js

+ 1 - 1
packages/ckeditor5-core/src/editor/utils/elementapimixin.js

@@ -25,7 +25,7 @@ const ElementApiMixin = {
 			/**
 			 * Cannot update the source element of a detached editor.
 			 *
-			 * The {@link ElementApi~updateSourceElement `updateSourceElement()`} method cannot be called if you did not
+			 * The {@link ElementApi#updateSourceElement `updateSourceElement()`} method cannot be called if you did not
 			 * pass an element to `Editor.create()`.
 			 *
 			 * @error editor-missing-sourceelement