浏览代码

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}}`