Commit 9e41847
authored
Terraform Docs: Fix a typo (#1457)
### What
I fixed a typo in the document: `exisitng` -> `existing`
### Why
It improves the readability of document
### Screenshots
<!-- Optional. Show additions to the sidebar or new formatting. -->
----------
### Merge Checklist
_If items do not apply to your changes, add (N/A) and mark them as
complete._
#### Pull Request
- [ ] Description links to related pull requests or issues, if any.
#### Content
- [ ] You added redirects to
`content/terraform-docs-common/redirects.jsonc` for moved, renamed, or
deleted pages **across all affected versions**. Refer to
[Redirects](https://github.com/hashicorp/web-unified-docs/blob/main/docs/content-guide/redirects.md#example-redirects)
for examples and guidance.
- [ ] Links to related content where appropriate (e.g., CLI, language,
API endpoints, permissions, etc.).
- [ ] Pages with related content are updated and link to this content
when appropriate.
- [ ] Sidebar navigation files have been updated for added, deleted,
reordered, or renamed pages.
- [ ] New pages have metadata (page name and description) at the top.
- [ ] New images are 2048 px wide. They have HashiCorp standard
annotation color (#F92672) and format (rectangle with rounded corners),
blurred sensitive details (e.g. credentials, usernames, user icons), and
descriptive alt text in the markdown for accessibility.
- [ ] New code blocks have the correct syntax and line breaks to
eliminate horizontal scroll bars.
- [ ] UI elements (button names, page names, etc.) are bolded.
- [ ] The Vercel website preview successfully deployed.
#### Reviews
- [ ] I or someone else reviewed the content for technical accuracy.
- [x ] I or someone else reviewed the content for typos, punctuation,
spelling, and grammar.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
0 commit comments