Parcourir la source

Merge pull request #4751 from xiang90/doc

doc: fix refresh section in api.md
Xiang Li il y a 10 ans
Parent
commit
d0a780f248
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Documentation/api.md

+ 1 - 1
Documentation/api.md

@@ -233,7 +233,7 @@ curl http://127.0.0.1:2379/v2/keys/foo -XPUT -d value=bar -d ttl= -d prevExist=t
 
 ### Refreshing key TTL
 
-Keys in etcd can be refreshed notifying watchers
+Keys in etcd can be refreshed without notifying watchers
 this can be achieved by setting the refresh to true when updating a TTL
 
 You cannot update the value of a key when refreshing it