浏览代码

Docs: Small docs improvements.

Piotr Jasiun 6 年之前
父节点
当前提交
997f84c538
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 ) {}
 		},