mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
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.
This commit is contained in:
parent
b819719860
commit
8ea79c05db
Notes:
sideshowbarker
2024-07-18 02:48:47 +09:00
Author: https://github.com/mjz19910 🔰 Commit: https://github.com/SerenityOS/serenity/commit/8ea79c05dbb Pull-request: https://github.com/SerenityOS/serenity/pull/10444 Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue