From a4e31b59ff6a3d0b1149d031b4c322165bd29fae Mon Sep 17 00:00:00 2001 From: Luca Favatella Date: Fri, 12 May 2017 09:30:01 +0100 Subject: [PATCH] Fix typo in search schema store page --- .../riak/kv/2.2.3/developing/api/http/store-search-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/riak/kv/2.2.3/developing/api/http/store-search-schema.md b/content/riak/kv/2.2.3/developing/api/http/store-search-schema.md index e1b296f7b7..083bdbcac8 100644 --- a/content/riak/kv/2.2.3/developing/api/http/store-search-schema.md +++ b/content/riak/kv/2.2.3/developing/api/http/store-search-schema.md @@ -26,7 +26,7 @@ PUT /search/schema/ ## Required Form Data In order to create a new Search schema, you must pass Riak a properly -formed XML schema. More information can be found in the [Search Schema](/riak/kv/2.2.3/developing/usage/search-schemas) document. If you've created a schema and stored it in the filed +formed XML schema. More information can be found in the [Search Schema](/riak/kv/2.2.3/developing/usage/search-schemas) document. If you've created a schema and stored it in the file `my_schema.xml` and would like to create a new schema called `my_custom_schema`, you would use the following HTTP request: