From c12c07a3a744b2fae6f1c9841455f0582ddfc4a7 Mon Sep 17 00:00:00 2001 From: xiaoyifang Date: Thu, 16 Mar 2023 15:56:26 +0800 Subject: [PATCH] fix: typo --- README.md | 2 +- howto/how to use .clang-format to format the code.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2ce5429..7706263d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/howto/how to use .clang-format to format the code.md b/howto/how to use .clang-format to format the code.md index 9d5fd61e..05450db9 100644 --- a/howto/how to use .clang-format to format the code.md +++ b/howto/how to use .clang-format to format the code.md @@ -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