summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/cpp-code-standards.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cpp-code-standards.md b/docs/cpp-code-standards.md
index 959f9b8..2b2bc70 100644
--- a/docs/cpp-code-standards.md
+++ b/docs/cpp-code-standards.md
@@ -6,7 +6,7 @@ tableofcontents: 1
## Intro
-### Why are conding standards important?
+### Why are coding standards important?
It makes it easier for everyone to maintain and read the written code as well as it gives us more control over it.