8
0
Quellcode durchsuchen

Docs: Fixed a link.

Piotrek Koszuliński vor 8 Jahren
Ursprung
Commit
90f2641c65
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      packages/ckeditor5-core/src/commandcollection.js

+ 1 - 1
packages/ckeditor5-core/src/commandcollection.js

@@ -10,7 +10,7 @@
 import CKEditorError from '@ckeditor/ckeditor5-utils/src/ckeditorerror';
 
 /**
- * Collection of commands. Its instance is available in {@module:core/editor/editor~Editor#commands}.
+ * Collection of commands. Its instance is available in {@link module:core/editor/editor~Editor#commands `editor.commands`}.
  */
 export default class CommandCollection {
 	/**