瀏覽代碼

Docs: Fixed wrong method name.

Szymon Cofalik 6 年之前
父節點
當前提交
aea4bd3380
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-core/src/command.js

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

@@ -97,7 +97,7 @@ export default class Command {
 		this.set( 'isEnabled', false );
 
 		/**
-		 * Holds identifiers for {@link #disable}/{@link #enable} mechanism.
+		 * Holds identifiers for {@link #forceDisabled} mechanism.
 		 *
 		 * @type {Set.<String>}
 		 * @private