commit 933a62a7a84c4330da18506199a460dda13d0224 parent 4620f73f4f1898b00a3efa6c6d17e2596e816ba7 Author: David Eisinger <[email protected]> Date: Thu, 21 Nov 2024 01:57:30 -0500 gte Diffstat:
| M | content/journal/spellcheck-your-hugo-site-with-cspell/index.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/journal/spellcheck-your-hugo-site-with-cspell/index.md b/content/journal/spellcheck-your-hugo-site-with-cspell/index.md @@ -21,7 +21,7 @@ Fortunately, it's quite configurable, and I've gotten it to where it only flags ### 1. Install CSpell -Assuming a modern version of Node.js (>= 18), you can use [npx][2] to download and run CSpell in a single command: +Assuming a modern version of Node.js (≥18), you can use [npx][2] to download and run CSpell in a single command: ```sh npx cspell content/**/*.md