浏览代码

fix(Documentation/tuning): fix incorrect comment about snapshot

Laust Rud Jacobsen 12 年之前
父节点
当前提交
be069d5918
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/tuning.md

+ 1 - 1
Documentation/tuning.md

@@ -86,7 +86,7 @@ $ etcd -snapshot false
 $ ETCD_SNAPSHOT=false etcd
 ```
 
-You can also enable snapshotting within the configuration file:
+You can also disable snapshotting within the configuration file:
 
 ```toml
 snapshot = false