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/protocols/md-bfd.md | 4 ++-- docs/configuration/protocols/md-bgp.md | 2 +- docs/configuration/protocols/md-segment-routing.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/configuration/protocols') diff --git a/docs/configuration/protocols/md-bfd.md b/docs/configuration/protocols/md-bfd.md index 59541abc..13623e03 100644 --- a/docs/configuration/protocols/md-bfd.md +++ b/docs/configuration/protocols/md-bfd.md @@ -165,7 +165,7 @@ and use the gateway address as BFD peer destination address. ```{cfgcmd} set protocols static route \ next-hop \ bfd multi-hop source \ profile \ Configure a static route for \ using gateway \, -use source address to indentify the peer when is multi-hop session +use source address to identify the peer when is multi-hop session and the gateway address as BFD peer destination address. ``` @@ -178,7 +178,7 @@ and use the gateway address as BFD peer destination address. ```{cfgcmd} set protocols static route6 \ next-hop \ bfd multi-hop source \ profile \ Configure a static route for \ using gateway \, -use source address to indentify the peer when is multi-hop session +use source address to identify the peer when is multi-hop session and the gateway address as BFD peer destination address. ``` diff --git a/docs/configuration/protocols/md-bgp.md b/docs/configuration/protocols/md-bgp.md index 0af79f6e..702a2b1f 100644 --- a/docs/configuration/protocols/md-bgp.md +++ b/docs/configuration/protocols/md-bgp.md @@ -375,7 +375,7 @@ used when you want to use the same AS number in your sites, but you can’t connect them directly. The number parameter (1-10) configures the amount of accepted - occurences of the system AS number in AS path. + occurrences of the system AS number in AS path. This command is only allowed for eBGP peers. It is not applicable for peer groups. diff --git a/docs/configuration/protocols/md-segment-routing.md b/docs/configuration/protocols/md-segment-routing.md index 45c89a41..af47d343 100644 --- a/docs/configuration/protocols/md-segment-routing.md +++ b/docs/configuration/protocols/md-segment-routing.md @@ -91,7 +91,7 @@ the MPLS dataplane. A segment ID that contains an IP address prefix calculated by an IGP in the service provider core network. Prefix SIDs are globally unique, this value -indentify it +identify it ``` @@ -174,7 +174,7 @@ the MPLS dataplane. A segment ID that contains an IP address prefix calculated by an IGP in the service provider core network. Prefix SIDs are globally unique, this value -indentify it +identify it ``` ```{cfgcmd} set protocols ospf segment-routing prefix \ index \ -- cgit v1.2.3