summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-code/coding-style.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals/contributing/writing-code/coding-style.txt')
-rw-r--r--docs/internals/contributing/writing-code/coding-style.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-code/coding-style.txt b/docs/internals/contributing/writing-code/coding-style.txt
index 66cbb2f8bb..bd20546608 100644
--- a/docs/internals/contributing/writing-code/coding-style.txt
+++ b/docs/internals/contributing/writing-code/coding-style.txt
@@ -15,7 +15,7 @@ review. By checking for these issues before code review it allows the reviewer
to focus on the change itself, and it can also help to reduce the number CI
runs.
-To use the tool, first install ``pre-commit`` and then the git hooks::
+To use the tool, first install ``pre-commit`` and then the git hooks:
.. console::