From 174380f4c8295ed67074c9cc4a6cc9f0fe9ace94 Mon Sep 17 00:00:00 2001 From: D-u-c-k-s-e-l <98615937+D-u-c-k-s-e-l@users.noreply.github.com> Date: Thu, 17 Jul 2025 15:30:52 -0500 Subject: [PATCH] consolidate spell checking --- .vscode/settings.json | 2 +- website/.vscode/settings.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 website/.vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json index 2d43828..eef17a2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { "cSpell.words": [ - "Linuxposting" + "linuxposting" ] } \ No newline at end of file diff --git a/website/.vscode/settings.json b/website/.vscode/settings.json deleted file mode 100644 index eef17a2..0000000 --- a/website/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "cSpell.words": [ - "linuxposting" - ] -} \ No newline at end of file