summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorThomas Symalla <github@thomassymalla.de>2023-01-08 18:25:12 +0100
committerJelle Raaijmakers <jelle@gmta.nl>2023-01-08 20:39:59 +0100
commitb8ec5c447002862055c1d178b4cb469ce6bf6b52 (patch)
tree32c5c5035f007c68ec8eed33e15764df93b89458 /Documentation
parent01a786310d809ccd6ca8e25d690d80ffdff18348 (diff)
downloadserenity-b8ec5c447002862055c1d178b4cb469ce6bf6b52.zip
Documentation: Fix typo in CLionConfiguration.md
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/CLionConfiguration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/CLionConfiguration.md b/Documentation/CLionConfiguration.md
index dd9563e948..c1afdff36a 100644
--- a/Documentation/CLionConfiguration.md
+++ b/Documentation/CLionConfiguration.md
@@ -48,7 +48,7 @@ A symptom of this not being configured correctly is CLion giving a warning for e
## Code Generation Settings
-To make code generated by CLion match the SerenityOS coding style, import the `CLionCodeSyleSettings.xml` from this directory as code style scheme via
+To make code generated by CLion match the SerenityOS coding style, import the `CLionCodeStyleSettings.xml` from this directory as code style scheme via
`Settings -> Editor -> Code Style -> C/C++ -> Scheme -> Cog icon -> Import Scheme...`
## Quick switching between Kernel and Userland targets