From e2fdb1b67ff91ebb51dac3395353c5acd8fa93ef Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Thu, 6 Jul 2023 18:30:34 -0700 Subject: [PATCH] Update cspell to forbid misspelled word (#4750) * Update cspell to forbid misspelled word * Test * Remove test - works as intended --------- Co-authored-by: Anton Kolesnyk --- .vscode/cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index af6dea762..cbdc36d8e 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -31,6 +31,7 @@ // * Alphabetize the list when making changes so the list is easier for future // users to maintain and reason about. "words": [ + "!respone", "ABFS", "ABNF", "Adls",