diff options
author | Jakob-Niklas See <github@nwex.de> | 2020-09-07 16:51:01 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-09-07 16:53:29 +0200 |
commit | 86d230ab5f4c691a9904562cf8f8d1b2ccc4104a (patch) | |
tree | b9c9081614d9b8513600933e723fcc2e8697fee8 /Documentation | |
parent | c3d231616c1d20309b2b568f383fbcb736887dad (diff) | |
download | serenity-86d230ab5f4c691a9904562cf8f8d1b2ccc4104a.zip |
Documentation: Fixed minor typo in UsingQtCreator
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/UsingQtCreator.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/UsingQtCreator.md b/Documentation/UsingQtCreator.md index 56f672d2bb..fc771a137a 100644 --- a/Documentation/UsingQtCreator.md +++ b/Documentation/UsingQtCreator.md @@ -31,7 +31,7 @@ You can use `clang-format` to help you with the [style guide](https://github.com - Type "beau" in the search box, go to "Beautifier > Clang Format" - Select the "customized" style, click "edit" - Paste the entire content of the file `.clang-format` into the "value" box, and click "OK" -- In the "Beatifier > General" tab, check "Enable auto format on file save" +- In the "Beautifier > General" tab, check "Enable auto format on file save" - Select the tool "ClangFormat" if not already selected, and click "OK" Note that not the entire project is clang-format-clean (yet), so sometimes you will see large diffs. |