summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-14 07:59:53 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-14 07:59:53 +0300
commite2f7627157009694eb6b155b175ed109d6bdad22 (patch)
treebe018e3ca67bf1212ada6cac3b8d75816fad322c /docs
parent1a33bbcad65b02ddc0350135ef42a26c06a8291c (diff)
downloadvyos-documentation-e2f7627157009694eb6b155b175ed109d6bdad22.tar.gz
vyos-documentation-e2f7627157009694eb6b155b175ed109d6bdad22.zip
docs: fix 3 grammar/spelling issues across openvpn/ipoe-server/vrf (CodeRabbit review)
preferrably → preferably (openvpn.md:81) used from → used for (ipoe-server.md:301) 'It and can be' → 'It can be'; wan't → want (vrf/index.md:76) 🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/interfaces/openvpn.md2
-rw-r--r--docs/configuration/service/ipoe-server.md2
-rw-r--r--docs/configuration/vrf/index.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/interfaces/openvpn.md b/docs/configuration/interfaces/openvpn.md
index 07c5a2d3..5bd78695 100644
--- a/docs/configuration/interfaces/openvpn.md
+++ b/docs/configuration/interfaces/openvpn.md
@@ -79,7 +79,7 @@ However, since VyOS 1.4, it is possible to verify self-signed certificates using
certificate fingerprints.
On both sides, you need to generate a self-signed certificate,
-preferrably using the "ec" (elliptic curve) type. You can generate them
+preferably using the "ec" (elliptic curve) type. You can generate them
by executing command
`run generate pki certificate self-signed install <name>` in the
configuration mode. Once the command is complete, it will add the
diff --git a/docs/configuration/service/ipoe-server.md b/docs/configuration/service/ipoe-server.md
index aba0cb8e..f5d02e6f 100644
--- a/docs/configuration/service/ipoe-server.md
+++ b/docs/configuration/service/ipoe-server.md
@@ -297,7 +297,7 @@ RFC6911. If they are not defined in your RADIUS server, add new [dictionary].
:::
User interface can be put to VRF context via RADIUS Access-Accept
-packet, or change it via RADIUS CoA. `Accel-VRF-Name` is used from
+packet, or change it via RADIUS CoA. `Accel-VRF-Name` is used for
these purposes. It is custom [ACCEL-PPP attribute].
Define it in your RADIUS server.
diff --git a/docs/configuration/vrf/index.md b/docs/configuration/vrf/index.md
index 88a5a50d..a9100ada 100644
--- a/docs/configuration/vrf/index.md
+++ b/docs/configuration/vrf/index.md
@@ -73,7 +73,7 @@ can be used to filter which routes zebra will install in the kernel.
Nexthop tracking resolve nexthops via the default route by default.
This is enabled by default for a traditional profile of FRR which we
-use. It and can be disabled if you do not wan't to e.g. allow BGP to
+use. It can be disabled if you do not want to e.g. allow BGP to
peer across the default route.
```{eval-rst}