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

Typo: Corrected same typo in 2 locations (on-premise to on-premises) #13402

Merged
merged 5 commits into from Feb 7, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelog/13402.txt
@@ -0,0 +1,3 @@
```release-note:bug
cr48 marked this conversation as resolved.
Show resolved Hide resolved
docs: Fixed typos (on-premise to on-premises)
```
2 changes: 1 addition & 1 deletion website/content/docs/secrets/terraform.mdx
Expand Up @@ -16,7 +16,7 @@ This page will show a quick start for this backend. For detailed documentation
on every path, use `vault path-help` after mounting the backend.

~> **Terraform Enterprise Support:** this secret engine supports both Terraform
Cloud ([app.terraform.io](https://app.terraform.io)) as well as on-premise
Cloud ([app.terraform.io](https://app.terraform.io)) as well as on-premises
hghaf099 marked this conversation as resolved.
Show resolved Hide resolved
Terraform Enterprise. Any version requirements will be documented alongside the
features that require them, if any.

Expand Down
2 changes: 1 addition & 1 deletion website/pages/home/index.jsx
Expand Up @@ -53,7 +53,7 @@ export default function Homepage({ content }) {
<section className="g-grid-container remove-bottom-padding">
<SectionHeader
headline="Secure dynamic infrastructure across clouds and environments"
description="The shift from static, on-premise infrastructure to dynamic, multi-provider infrastructure changes the approach to security. Security in static infrastructure relies on dedicated servers, static IP addresses, and a clear network perimeter. Security in dynamic infrastructure is defined by ephemeral applications and servers, trusted sources of user and application identity, and software-based encryption."
description="The shift from static, on-premises infrastructure to dynamic, multi-provider infrastructure changes the approach to security. Security in static infrastructure relies on dedicated servers, static IP addresses, and a clear network perimeter. Security in dynamic infrastructure is defined by ephemeral applications and servers, trusted sources of user and application identity, and software-based encryption."
/>
</section>

Expand Down