Explorar o código

Docs improvement.

Oskar Wróbel %!s(int64=8) %!d(string=hai) anos
pai
achega
cad452e40f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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