diff options
| author | Claude <noreply@anthropic.com> | 2026-05-11 19:35:04 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-05-11 19:35:04 +0000 |
| commit | d9212421139416f1feb454ea71cfca75fa1ab2b8 (patch) | |
| tree | f588738c158f39f4f8c29e58ba33efef4806fbdd /docs/configuration/service | |
| parent | a1ecf2e8d71c1188b3e90061e8fffea9ffebbf7c (diff) | |
| download | vyos-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/configuration/service')
| -rw-r--r-- | docs/configuration/service/console-server.md | 2 | ||||
| -rw-r--r-- | docs/configuration/service/router-advert.md | 2 | ||||
| -rw-r--r-- | docs/configuration/service/webproxy.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/service/console-server.md b/docs/configuration/service/console-server.md index f0556652..87464c88 100644 --- a/docs/configuration/service/console-server.md +++ b/docs/configuration/service/console-server.md @@ -60,7 +60,7 @@ left unconfigured. :::{note} USB to serial converters will handle most of their work in software -so you should be carefull with the selected baudrate as some times they +so you should be careful with the selected baudrate as some times they can't cope with the expected speed. ::: ``` diff --git a/docs/configuration/service/router-advert.md b/docs/configuration/service/router-advert.md index 10753105..b81dddc7 100644 --- a/docs/configuration/service/router-advert.md +++ b/docs/configuration/service/router-advert.md @@ -108,7 +108,7 @@ Router Advertisements unless this option is set. ## Example Your LAN connected on eth0 uses prefix `2001:db8:beef:2::/64` with the router -beeing `2001:db8:beef:2::1` +being `2001:db8:beef:2::1` ```none set interfaces ethernet eth0 address 2001:db8:beef:2::1/64 diff --git a/docs/configuration/service/webproxy.md b/docs/configuration/service/webproxy.md index 28156b2b..df675916 100644 --- a/docs/configuration/service/webproxy.md +++ b/docs/configuration/service/webproxy.md @@ -317,7 +317,7 @@ Defaults to 'uid' :::{note} This can only be done if all your users are located directly under the same position in the LDAP tree and the login name is used for naming -each user object. If your LDAP tree does not match these criterias or if you +each user object. If your LDAP tree does not match these criteria or if you want to filter who are valid users then you need to use a search filter to search for your users DN (filter-expression). ::: |
