Browse Source

Merge pull request #426 from leocassarani/patch-1

website: Fix spelling of "separator" in the HTTP API docs
pull/429/head
Mitchell Hashimoto 10 years ago
parent
commit
ab39598695
  1. 2
      website/source/docs/agent/http.html.markdown

2
website/source/docs/agent/http.html.markdown

@ -155,7 +155,7 @@ It is possible to also only list keys without their values by using the
a list of the keys under the given prefix. The optional "?separator="
can be used to list only up to a given separator.
For example, listing "/web/" with a "/" seperator may return:
For example, listing "/web/" with a "/" separator may return:
```javascript
[

Loading…
Cancel
Save