Explorar o código

Docs: Small docs improvements.

Piotr Jasiun %!s(int64=6) %!d(string=hai) anos
pai
achega
997f84c538
Modificáronse 1 ficheiros con 1 adicións e 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 ) {}
 		},