From 0efeef15725fb38b62550848c5c2caa27558ab3e Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Mon, 4 Apr 2022 17:30:54 -0500 Subject: [PATCH] Update spelling dictionary Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> --- cspell.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/cspell.json b/cspell.json index 99fb6df..5d5c868 100644 --- a/cspell.json +++ b/cspell.json @@ -1,5 +1,14 @@ { "language": "en", "version": "0.2", - "words": ["autodocs", "Milliron", "templating"] + "words": [ + "autodocs", + "Compat", + "COMPATHELPER", + "docstrings", + "markdownlint", + "Milliron", + "runtests", + "templating" + ] }