Oskar Wróbel пре 8 година
родитељ
комит
cad452e40f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-basic-styles/src/attributecommand.js

+ 1 - 1
packages/ckeditor5-basic-styles/src/attributecommand.js

@@ -16,7 +16,7 @@ import Command from '@ckeditor/ckeditor5-core/src/command';
  * `AttributeCommand` uses {@link module:engine/model/document~Document#selection}
  * to decide which nodes (if any) should be changed, and applies or removes the attribute from them.
  *
- * The command checks the {@link module:engine/model/document~Document#schema} to decide if it can be enabled
+ * The command checks the {@link module:engine/model/model~Model#schema} to decide if it can be enabled
  * for the current selection and to which nodes the attribute can be applied.
  *
  * @extends module:core/command~Command