This commit is contained in:
Xiang Li 2013-11-01 15:56:38 -07:00
parent 53b638558b
commit ae615eda62

View File

@ -156,7 +156,7 @@ In one terminal, we send a get request with `wait=true` :
curl -L http://127.0.0.1:4001/v2/keys/foo?wait=true
```
Now, we are waitting for any changes at path `/foo`.
Now, we are waiting for any changes at path `/foo`.
In another terminal, we set a key `/foo` with value `bar`: