From d72e213cc7c2dd0099f305cda4a6ba527b27d1da Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Tue, 5 May 2026 23:21:35 +0300 Subject: docs: fix typos and a few grammar issues (ported from #1852 RST → MyST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ports the typo/grammar sweep originally captured in PR #1852 from .rst files to their .md equivalents, plus the eventhandler grammar fix that Copilot flagged in #1852's review (which the RST PR explicitly skipped as scope-stretch). Sources: - 73 typo/grammar substitutions from PR #1852 (rebased from #1801) - "Using environments is more preferable" → "Using environment variables is preferable" (Copilot review comment on #1852) #1852 itself is being discarded since it targets RST and we are phasing out the RST tree in favor of MyST. The 4 RST-linter line-wrap comments and 1 RST section-underline comment from Copilot's #1852 review are RST-specific and do not apply to .md. 🤖 Generated by [robots](https://vyos.io) --- docs/configuration/firewall/md-ipv4.md | 2 +- docs/configuration/firewall/md-ipv6.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/configuration/firewall') diff --git a/docs/configuration/firewall/md-ipv4.md b/docs/configuration/firewall/md-ipv4.md index 2107065d..e5c0a986 100644 --- a/docs/configuration/firewall/md-ipv4.md +++ b/docs/configuration/firewall/md-ipv4.md @@ -1377,7 +1377,7 @@ WAN_IN-122 SUPPORT address_group VyOS_MANAGEMENT-20 192.168.1.2 WAN_IN-20 PHONE_VPN_SERVERS address_group WAN_IN-160 10.6.32.2 -PINGABLE_ADRESSES address_group WAN_IN-170 192.168.5.2 +PINGABLE_ADDRESSES address_group WAN_IN-170 192.168.5.2 WAN_IN-171 PBX ipv6_address_group IPV6-WAN_IN-100 2001:db8::1 SERVERS ipv6_address_group IPV6-WAN_IN-110 2001:db8::2 diff --git a/docs/configuration/firewall/md-ipv6.md b/docs/configuration/firewall/md-ipv6.md index 770cb146..e9011b4c 100644 --- a/docs/configuration/firewall/md-ipv6.md +++ b/docs/configuration/firewall/md-ipv6.md @@ -1425,7 +1425,7 @@ WAN_IN-122 SUPPORT address_group VyOS_MANAGEMENT-20 192.168.1.2 WAN_IN-20 PHONE_VPN_SERVERS address_group WAN_IN-160 10.6.32.2 -PINGABLE_ADRESSES address_group WAN_IN-170 192.168.5.2 +PINGABLE_ADDRESSES address_group WAN_IN-170 192.168.5.2 WAN_IN-171 PBX ipv6_address_group IPV6-WAN_IN-100 2001:db8::1 SERVERS ipv6_address_group IPV6-WAN_IN-110 2001:db8::2 -- cgit v1.2.3