瀏覽代碼

Docs: Fixed invalid error name.

Oskar Wróbel 8 年之前
父節點
當前提交
0ddf226e49
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-engine/src/model/operation/attributeoperation.js

+ 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