8
0
فهرست منبع

Docs: Fixed wrong documentation link in the DecoupledEditor class description. [skip ci]

Aleksander Nowodzinski 7 سال پیش
والد
کامیت
4ff0cdf3ae
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-editor-decoupled/src/decouplededitor.js

+ 1 - 1
packages/ckeditor5-editor-decoupled/src/decouplededitor.js

@@ -18,7 +18,7 @@ import mix from '@ckeditor/ckeditor5-utils/src/mix';
 import { isElement } from 'lodash-es';
 
 /**
- * The {@glink builds/guides/overview#decoupled-editor decoupled editor} implementation.
+ * The {@glink builds/guides/overview#document-editor decoupled editor} implementation.
  * It provides an inline editable and a toolbar. However, unlike other editors,
  * it does not render these components anywhere in the DOM unless configured.
  *