소스 검색

Update sync.md

Starbeamrainbowlabs 7 년 전
부모
커밋
ad0c483357
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      pages/common/sync.md

+ 4 - 4
pages/common/sync.md

@@ -1,11 +1,11 @@
 # sync
 
-> Synchronises all pending write operations to the appropriate disk.
+> Flushes all pending write operations to the appropriate disks.
 
-- Synchronise all pending write operations on all disks:
+- Flush all pending write operations on all disks:
 
 `sync`
 
-- Synchronise all pending write operations on a single file to disk:
+- Flush all pending write operations on a single file to disk:
 
-`sync {{path/to/file.ext}}`
+`sync {{path/to/file}}`