Explorar el Código

Improved docs.

Maciej Bukowski hace 7 años
padre
commit
ff54fc3fd4
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  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 */
 
 /**
- * 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
  *			.create( document.querySelector( '#editor' ), {