mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Typo fix
This commit is contained in:
parent
95d295da54
commit
616db55e08
@ -126,10 +126,10 @@ curl -L http://127.0.0.1:4001/v2/keys/message -XPUT -d value="Hello etcd"
|
||||
"value": "Hello etcd"
|
||||
},
|
||||
"prevNode": {
|
||||
"createdIndex": 2
|
||||
"createdIndex": 2,
|
||||
"key": "/message",
|
||||
"value": "Hello world",
|
||||
"modifiedIndex": 2,
|
||||
"modifiedIndex": 2
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user