fix: typo

This commit is contained in:
xiaoyifang 2023-03-16 15:56:26 +08:00
parent a0211e258c
commit c12c07a3a7
2 changed files with 2 additions and 2 deletions

View file

@ -171,7 +171,7 @@ All kinds of help like answering questions, bug reporting, testing translation a
To start coding, the easiest way is load the `goldendict.pro` file to Qt Creator, make some changes then press the run button.
### the code guildline
### the code guideline
check the document [how to use clang-format](howto/how%20to%20use%20.clang-format%20to%20format%20the%20code.md)

View file

@ -1,7 +1,7 @@
# Goal
the project has included a .clang-format as the code guildline.
the project has included a .clang-format as the code guideline.
# How to use this file