From 7743855c9be062adbcc64f60181601778833a5c0 Mon Sep 17 00:00:00 2001 From: Prithviraj03 <71976945+Prithviraj03@users.noreply.github.com> Date: Thu, 12 Jun 2025 20:58:21 -0500 Subject: [PATCH] aspell, ack: remove `=` (#16833) --- pages/common/ack.md | 2 +- pages/common/aspell.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/ack.md b/pages/common/ack.md index b1e94ec47d..417437aa62 100644 --- a/pages/common/ack.md +++ b/pages/common/ack.md @@ -14,7 +14,7 @@ - Search for lines matching a pattern, printing only the matched text and not the rest of the line: -`ack {{[-o|--output='$&']}} "{{search_pattern}}"` +`ack {{[-o|--output '$&']}} "{{search_pattern}}"` - Limit search to files of a specific type: diff --git a/pages/common/aspell.md b/pages/common/aspell.md index 2163a11ec0..1069fb1daf 100644 --- a/pages/common/aspell.md +++ b/pages/common/aspell.md @@ -17,8 +17,8 @@ - Run `aspell` with a different language (takes two-letter ISO 639 language code): -`aspell --lang={{cs}}` +`aspell --lang {{cs}}` - List misspelled words from `stdin` and ignore words from personal word list: -`cat {{path/to/file}} | aspell --personal={{personal-word-list.pws}} list` +`cat {{path/to/file}} | aspell --personal {{personal-word-list.pws}} list`