Szymon Cofalik 6 lat temu
rodzic
commit
819a0ba8b8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/ckeditor5-core/src/command.js

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

@@ -186,7 +186,7 @@ export default class Command {
 	/**
 	 * Clears forced disable previously set through {@link #clearForceDisabled}. See {@link #clearForceDisabled}.
 	 *
-	 * @param {String} id "Disable stack" identifier.
+	 * @param {String} id Unique identifier, equal to the one passed in {@link #forceDisabled} call.
 	 */
 	clearForceDisabled( id ) {
 		this._disableStack.delete( id );