diff --git a/website/content/docs/concepts/policies.mdx b/website/content/docs/concepts/policies.mdx index fa983206d5..2a0a190a9b 100644 --- a/website/content/docs/concepts/policies.mdx +++ b/website/content/docs/concepts/policies.mdx @@ -545,7 +545,7 @@ keeping token lifetimes as short as possible. ## Built-in Policies Vault has two built-in policies: `default` and `root`. This section describes -the two builtin policies. +the two built-in policies. ### Default Policy @@ -586,7 +586,7 @@ $ curl \ ### Root Policy -The `root` policy is a built-in Vault policy that can not be modified or removed. +The `root` policy is a built-in Vault policy that cannot be modified or removed. Any user associated with this policy becomes a root user. A root user can do _anything_ within Vault. As such, it is **highly recommended** that you revoke any root tokens before running Vault in production.