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/vpn/ipsec/md-ipsec_general.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/configuration/vpn/ipsec') diff --git a/docs/configuration/vpn/ipsec/md-ipsec_general.md b/docs/configuration/vpn/ipsec/md-ipsec_general.md index 6fc47386..62fcec8a 100644 --- a/docs/configuration/vpn/ipsec/md-ipsec_general.md +++ b/docs/configuration/vpn/ipsec/md-ipsec_general.md @@ -112,7 +112,7 @@ available. The use of PPKs in IKEv2 is described in {rfc}`8784`. .. cfgmod:: edit vpn authentication ppk ``` -PPKs can be configued within VyOS under the `vpn ipsec authentication ppk` +PPKs can be configured within VyOS under the `vpn ipsec authentication ppk` config. ```{eval-rst} @@ -143,10 +143,10 @@ Optionally, you can require the use of PPK to have a successful connection. You can view the PPK column for information on if PPK is configured, and if it is in use. The output is in the format of ` / `. -The options for configured are none if not conifugred, opt if configured +The options for configured are none if not configured, opt if configured but optional, and req is configured and required. The in use will show yes Possible values of the `configured` field are `none` if not -conifgured, `opt` if configured but optional, and `req` is +configured, `opt` if configured but optional, and `req` is configured and required. The in use will show yes ## Configuration IKE -- cgit v1.2.3