Jonathan Boulle 12 gadi atpakaļ
vecāks
revīzija
03ff4c8b76
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Documentation/api.md

+ 1 - 1
Documentation/api.md

@@ -19,7 +19,7 @@ The primary API of etcd is a hierarchical key space.
 The key space consists of directories and keys which are generically referred to as "nodes".
 The key space consists of directories and keys which are generically referred to as "nodes".
 
 
 
 
-### Setting the value to a key
+### Setting the value of a key
 
 
 Let’s set the first key-value pair in the datastore.
 Let’s set the first key-value pair in the datastore.
 In this case the key is `/message` and the value is `Hello world`.
 In this case the key is `/message` and the value is `Hello world`.