Oskar Wróbel преди 8 години
родител
ревизия
826276ab83
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-undo/src/undoengine.js

+ 1 - 1
packages/ckeditor5-undo/src/undoengine.js

@@ -15,7 +15,7 @@ import RedoCommand from './redocommand';
  * The undo engine feature.
  *
  * Undo brings in possibility to undo and redo changes done in the model by deltas through
- * the {@link module:engine/model/document~Document#batch Batch API}.
+ * the {@link module:engine/model/writer~Writer Writer API}.
  *
  * @extends module:core/plugin~Plugin
  */