소스 검색

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 ) {}
 		},