paramter -> parameter

This commit is contained in:
Laurent Raufaste 2014-08-03 17:55:22 -04:00
parent 3760030de1
commit a4ff094216
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ $ curl http://localhost:8500/v1/kv/web?recurse
A key can be updated by setting a new value by issuing the same PUT request.
Additionally, Consul provides a Check-And-Set operation, enabling atomic
key updates. This is done by providing the `?cas=` paramter with the last
key updates. This is done by providing the `?cas=` parameter with the last
`ModifyIndex` value from the GET request. For example, suppose we wanted
to update "web/key1":