Pārlūkot izejas kodu

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

Laust Rud Jacobsen 12 gadi atpakaļ
vecāks
revīzija
be069d5918
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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