From a51e469a88f852cde0be0148ad4444e119b12f0d Mon Sep 17 00:00:00 2001 From: Artur Kleshchanka <55313582+sechra@users.noreply.github.com> Date: Sat, 18 Jan 2025 23:04:47 +0300 Subject: [PATCH] Update spell-check.md add comma --- docs/configure/spell-check.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configure/spell-check.md b/docs/configure/spell-check.md index 47b43b2b..80370155 100644 --- a/docs/configure/spell-check.md +++ b/docs/configure/spell-check.md @@ -23,7 +23,7 @@ However, you can add ignore paths or files if needed. We don't recommend ignoring entire files by placing them into `.cspell.json`. Instead, we recommend using [in-line comments](https://cspell.org/configuration/document-settings/) -to disable spell check–for example, if you have a snippet of code with an example API key +to disable spell check, for example, if you have a snippet of code with an example API key which CSpell picks up. If you use a new term that causes spell check to fail, you can [add the term to your project's dictionary](../create/run-in-development.md#npm-run-lintspelling).