Browse Source

Docs: Fix in docs.

Szymon Cofalik 7 năm trước cách đây
mục cha
commit
5ead5e295a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      packages/ckeditor5-undo/src/undoediting.js

+ 2 - 2
packages/ckeditor5-undo/src/undoediting.js

@@ -31,7 +31,7 @@ export default class UndoEditing extends Plugin {
 		 * Created and registered during the {@link #init feature initialization}.
 		 *
 		 * @private
-		 * @member {undo.UndoEditingCommand} #_undoCommand
+		 * @member {module:undo/undocommand~UndoCommand} #_undoCommand
 		 */
 
 		/**
@@ -39,7 +39,7 @@ export default class UndoEditing extends Plugin {
 		 * Created and registered during the {@link #init feature initialization}.
 		 *
 		 * @private
-		 * @member {undo.UndoEditingCommand} #_redoCommand
+		 * @member {module:undo/undocommand~UndoCommand} #_redoCommand
 		 */
 
 		/**