Update policies.mdx (#16312)

548 From "builtin" to "built-in" to be consistent with the previous sentence. 

589 from "can not" to "cannot"
This commit is contained in:
Nestor Reyes 2022-07-15 18:28:49 -04:00 committed by GitHub
parent 1915ca0334
commit 3df6e359bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.