Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of Fix reported typos into release/1.19.x #29896

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/content/api-docs/system/mounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `/sys/mounts` endpoint is used to manage secrets engines in Vault.

## List mounted secrets engines

This endpoints lists all the mounted secrets engines.
This endpoint lists all the mounted secrets engines.

| Method | Path |
| :----- | :------------ |
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/commands/secrets/enable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: |-

# secrets enable

The `secrets enable` command enables a secrets engine at a given path. If an
The `secrets enable` command enables a secrets engine at a given path. If a
secrets engine already exists at the given path, an error is returned. After the
secrets engine is enabled, it usually needs configuration. The configuration
varies by secrets engine.
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/concepts/seal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _Unsealing_ is the process of obtaining the plaintext root key necessary to
read the decryption key to decrypt the data, allowing access to the Vault.

Prior to unsealing, almost no operations are possible with Vault. For
example authentication, managing the mount tables, etc. are all not possible.
example, authentication, managing the mount tables, etc. are all not possible.
The only possible operations are to unseal the Vault and check the status
of the seal.

Expand Down
Loading