Ver código fonte

Docs: Fixed invalid error name.

Oskar Wróbel 8 anos atrás
pai
commit
0ddf226e49

+ 1 - 1
packages/ckeditor5-engine/src/model/operation/attributeoperation.js

@@ -116,7 +116,7 @@ export default class AttributeOperation extends Operation {
 				/**
 				 * Changed node has different attribute value than operation's old attribute value.
 				 *
-				 * @error operation-attribute-wrong-old-value
+				 * @error attribute-operation-wrong-old-value
 				 * @param {module:engine/model/item~Item} item
 				 * @param {String} key
 				 * @param {*} value