From 744b9154fdd5f8c8b20d86ace5664da7c9d0771a Mon Sep 17 00:00:00 2001 From: prime31 Date: Fri, 15 Feb 2019 10:24:46 -0800 Subject: [PATCH] spelling --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c1b69bd..41175eb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -24,7 +24,7 @@ "project_name/*.csproj*": true, "*.sln": true, "FNA/[^src]*": true, // hide everything but the src folder - "Nez.FNA/[^Nez]*": true, // hide everything bug the Nez folder + "Nez.FNA/[^Nez]*": true, // hide everything but the Nez folder "Nez.FNA/Nez.FNA*": true, // we miss the Nez.FNA* stuff with the above line so hide that too "Nez.FNA/Nez/{[^DN]*}": true, // hide everything except what begins with D or N "Nez.FNA/Nez/Nez.VisualStudio*": true,