From ccf0b6f2ed10d0fae700e95645fc7a7e233feb1f Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Tue, 8 Aug 2017 12:52:52 -0700 Subject: [PATCH] [DOCS] Fix typo (elastic/x-pack-elasticsearch#2211) Original commit: elastic/x-pack-elasticsearch@6efb78c1b2f83c1ae2d90d123370acb015ab6b70 --- docs/en/security/authorization.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/security/authorization.asciidoc b/docs/en/security/authorization.asciidoc index 0f3f296e886..937e6774945 100644 --- a/docs/en/security/authorization.asciidoc +++ b/docs/en/security/authorization.asciidoc @@ -164,9 +164,9 @@ A role is defined by the following JSON structure: privileges effectively mean no index level permissions). [[valid-role-name]] -NOTE: Role names must be at least 1 and no more than 1024 characters. They can - contain alphanumeric characters (`a-z`, `A-Z`, `0-9`), spaces, - punctuation, and printable symbols in the https://en.wikipedia.org/wiki/Basic_Latin_(Unicode_block)[Basic Latin (ASCII) block]. +NOTE: Role names must be at least 1 and no more than 1024 characters. They can + contain alphanumeric characters (`a-z`, `A-Z`, `0-9`), spaces, + punctuation, and printable symbols in the https://en.wikipedia.org/wiki/Basic_Latin_(Unicode_block)[Basic Latin (ASCII) block]. Leading or trailing whitespace is not allowed. The following describes the structure of an indices permissions entry: @@ -406,7 +406,7 @@ click_admins: ----------------------------------- {security} continuously monitors the `roles.yml` file and automatically picks -up and apples any changes to it. +up and applies any changes to it. include::authorization/alias-privileges.asciidoc[]