浏览代码

Docs: Minor changelog improvement. [skip ci]

Anna Tomanek 5 年之前
父节点
当前提交
4c248a62e2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-watchdog/CHANGELOG.md

+ 1 - 1
packages/ckeditor5-watchdog/CHANGELOG.md

@@ -7,7 +7,7 @@ Changelog
 
 * The `Watchdog` class was renamed to `EditorWatchdog` and is available in `src/editorwatchdog.js`.
 * The `EditorWatchdog.for()` method was removed in favor of the constructor.
-* The `EditorWatchdog#constructor()` API changed, now the `EditorWatchdog` constructor accepts the editor class as the first argument and the watchdog configuration as the second argument. The `EditorWatchdog` editor creator now defaults to `( sourceElementOrData, config ) => Editor.create( sourceElementOrData, config )`.
+* The `EditorWatchdog#constructor()` API changed. Now the `EditorWatchdog` constructor accepts the editor class as the first argument and the watchdog configuration as the second argument. The `EditorWatchdog` editor creator now defaults to `( sourceElementOrData, config ) => Editor.create( sourceElementOrData, config )`.
 
 ### Features