From 7863df88e30bc49ee384b0b4034ea87c95c21c02 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Fri, 4 Sep 2020 09:24:48 -0400 Subject: [PATCH] [DOCS] Fix typo in URL-based access control docs (#61896) (#61986) Co-authored-by: George Tseres --- docs/reference/api-conventions.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/api-conventions.asciidoc b/docs/reference/api-conventions.asciidoc index 48855ffa4ff..7d17a52a5f9 100644 --- a/docs/reference/api-conventions.asciidoc +++ b/docs/reference/api-conventions.asciidoc @@ -678,4 +678,4 @@ URL, set `rest.action.multi.allow_explicit_index` to `false` in `elasticsearch.y This causes {es} to -reject requests that explicitly specfiy a data stream or index in the request body. +reject requests that explicitly specify a data stream or index in the request body.