8
0
Maciej Bukowski 7 лет назад
Родитель
Сommit
ff54fc3fd4
1 измененных файлов с 2 добавлено и 3 удалено
  1. 2 3
      packages/ckeditor5-autosave/src/autosave.js

+ 2 - 3
packages/ckeditor5-autosave/src/autosave.js

@@ -10,9 +10,8 @@ import DomEmitterMixin from '@ckeditor/ckeditor5-utils/src/dom/emittermixin';
 /* globals window */
 /* globals window */
 
 
 /**
 /**
- * Autosave plugin provides an easy-to-use API for getting sync with the editor's content.
- * It watches `Document:change`, and `Window:beforeunload` events and keep the save provider
- * in sync with the editor's data.
+ * Autosave plugin provides an easy-to-use API to save the editor's content.
+ * It watches `Document:change`, and `Window:beforeunload` events and calls the provider's save method.
  *
  *
  * 		ClassicEditor
  * 		ClassicEditor
  *			.create( document.querySelector( '#editor' ), {
  *			.create( document.querySelector( '#editor' ), {