8
0
Просмотр исходного кода

Docs: Fixed wrong method name.

Szymon Cofalik 6 лет назад
Родитель
Сommit
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