Skip to content

Commit

Permalink
Documentation: Fix spelling error
Browse files Browse the repository at this point in the history
A spelling error caused an invalid file to be referenced,
change the summary value so it mentions to the correct file.
  • Loading branch information
mjz19910 authored and linusg committed Oct 11, 2021
1 parent b819719 commit 8ea79c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/VSCodeConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 8ea79c0

Please sign in to comment.