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