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

Docs: Fixed links to the wrong method.

Piotrek Koszuliński 6 лет назад
Родитель
Сommit
76e120660e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-core/src/command.js

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

@@ -184,7 +184,7 @@ export default class Command {
 	}
 	}
 
 
 	/**
 	/**
-	 * Clears forced disable previously set through {@link #clearForceDisabled}. See {@link #clearForceDisabled}.
+	 * Clears forced disable previously set through {@link #forceDisabled}. See {@link #forceDisabled}.
 	 *
 	 *
 	 * @param {String} id Unique identifier, equal to the one passed in {@link #forceDisabled} call.
 	 * @param {String} id Unique identifier, equal to the one passed in {@link #forceDisabled} call.
 	 */
 	 */