Explorar o código

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

Aleksander Nowodzinski %!s(int64=7) %!d(string=hai) anos
pai
achega
4ff0cdf3ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.
  *