From 91c2939294b4a67ef113e1e1a670d43fa72bb24f Mon Sep 17 00:00:00 2001 From: Emil Hessman Date: Fri, 9 Jan 2015 05:59:06 +0100 Subject: [PATCH] website: fix typo s/patameters/parameters/ --- website/source/docs/agent/http.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/http.html.markdown b/website/source/docs/agent/http.html.markdown index 84efaf5246..009461996c 100644 --- a/website/source/docs/agent/http.html.markdown +++ b/website/source/docs/agent/http.html.markdown @@ -212,7 +212,7 @@ then the update has not taken place. ### DELETE method Lastly, the `DELETE` method can be used to delete a single key or all -keys sharing a prefix. There are a number of patameters that can +keys sharing a prefix. There are a number of query parameters that can be used with a DELETE request: * ?recurse : This is used to delete all keys which have the specified prefix.