From 8ea79c05dbb2d2e3e9d775737bc608dc3dd976a9 Mon Sep 17 00:00:00 2001 From: mjz19910 Date: Mon, 11 Oct 2021 14:34:53 -0700 Subject: [PATCH] Documentation: Fix spelling error A spelling error caused an invalid file to be referenced, change the summary value so it mentions to the correct file. --- Documentation/VSCodeConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/VSCodeConfiguration.md b/Documentation/VSCodeConfiguration.md index 3cfef5d105e..3af477b9fd9 100644 --- a/Documentation/VSCodeConfiguration.md +++ b/Documentation/VSCodeConfiguration.md @@ -28,7 +28,7 @@ Run cmake at least once for this to work. clangd has difficulty finding specific These extensions can be used as-is, but you need to point them to the custom Serenity compilers. Use the following cpp-preferences to circumvent some errors:
-.vscode/c_cpp_propperties.json +.vscode/c_cpp_properties.json ```json {