Przeglądaj źródła

Docs: Corrected the changelog. [skip ci]

Piotrek Koszuliński 5 lat temu
rodzic
commit
9f48597118
1 zmienionych plików z 1 dodań i 1 usunięć
  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` 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