mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix typo
This commit is contained in:
parent
53b638558b
commit
ae615eda62
@ -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
|
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`:
|
In another terminal, we set a key `/foo` with value `bar`:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user