Explorar el Código

Docs: Small docs improvements.

Piotr Jasiun hace 6 años
padre
commit
997f84c538
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/builds/guides/integration/saving-data.md

+ 1 - 1
docs/builds/guides/integration/saving-data.md

@@ -160,7 +160,7 @@ The minimum time period between two save actions might be configured using the `
 ClassicEditor
 	.create( document.querySelector( '#editor' ), {
 		autosave: {
-			waitingTime: 5000,
+			waitingTime: 5000, // in ms
 			save( editor ) {}
 		},