From 4a67c2c259c85ec62f6feecd5b44498b9ef3fc8f Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 5 Jun 2023 14:10:25 -0400 Subject: [PATCH] package.json: rename cSpell:ignore entry tag to "spelling" (#1536) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0127e72a70..9fff91a578 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "update:pkg:hugo": "npm install --save-exact -D hugo-extended@latest", "update:pkg:dep": "npm install --save-exact @fortawesome/fontawesome-free@latest bootstrap@latest" }, - "cspell": "cSpell:ignore docsy userguide fortawesome fontawesome ", + "spelling": "cSpell:ignore docsy hugo fortawesome fontawesome userguide ", "prettier": { "proseWrap": "always" },