summaryrefslogtreecommitdiff
path: root/docs/automation
diff options
context:
space:
mode:
authorClaude <noreply@anthropic.com>2026-05-11 19:35:04 +0000
committerClaude <noreply@anthropic.com>2026-05-11 19:35:04 +0000
commitd9212421139416f1feb454ea71cfca75fa1ab2b8 (patch)
treef588738c158f39f4f8c29e58ba33efef4806fbdd /docs/automation
parenta1ecf2e8d71c1188b3e90061e8fffea9ffebbf7c (diff)
downloadvyos-documentation-d9212421139416f1feb454ea71cfca75fa1ab2b8.tar.gz
vyos-documentation-d9212421139416f1feb454ea71cfca75fa1ab2b8.zip
docs: fix typos across configuration, contributing, and vpp docs
Corrections include: adresses->addresses, oder->other, Them->The, criterias->criteria, seeting->setting, carefull->careful, beeing->being, reenable->re-enable, wich->which, derection->direction, Whith->With, assosiate->associate, fpr->for, bootup->boot, trough->through. https://claude.ai/code/session_01RDpSBDLSWLKMGnyPCaKECB
Diffstat (limited to 'docs/automation')
-rw-r--r--docs/automation/terraform/terraformAWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/automation/terraform/terraformAWS.md b/docs/automation/terraform/terraformAWS.md
index 488e7926..d4e38d46 100644
--- a/docs/automation/terraform/terraformAWS.md
+++ b/docs/automation/terraform/terraformAWS.md
@@ -305,7 +305,7 @@ Make sure Ansible can ping from Terraform.
├── vyos.tf # The main script
├── var.tf # The file of all variables in "vyos.tf"
├── versions.tf # File for the changing version of Terraform.
-└── terraform.tfvars # The value of all variables (passwords, login, ip adresses and so on)
+└── terraform.tfvars # The value of all variables (passwords, login, ip addresses and so on)
```
## File contents of Terraform for AWS