From 933a62a7a84c4330da18506199a460dda13d0224 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Thu, 21 Nov 2024 01:57:30 -0500 Subject: [PATCH] gte --- 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 index a7fcdc3..e87d385 100644 --- 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