diff options
author | mjz19910 <matthias291999@gmail.com> | 2021-10-11 14:34:53 -0700 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-10-11 22:52:12 +0100 |
commit | 8ea79c05dbb2d2e3e9d775737bc608dc3dd976a9 (patch) | |
tree | 2458178e7f86a058c4f41b96ec48b0dd62a5d0ba | |
parent | b819719860a93f3c7c3b73cd3a15632ee123d59d (diff) | |
download | serenity-8ea79c05dbb2d2e3e9d775737bc608dc3dd976a9.zip |
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.
-rw-r--r-- | Documentation/VSCodeConfiguration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/VSCodeConfiguration.md b/Documentation/VSCodeConfiguration.md index 3cfef5d105..3af477b9fd 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: <details> -<summary>.vscode/c_cpp_propperties.json</summary> +<summary>.vscode/c_cpp_properties.json</summary> ```json { |