summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-code/coding-style.txt
diff options
context:
space:
mode:
authorhashlash <muh.ashlah@gmail.com>2021-01-10 02:18:00 +0700
committerGitHub <noreply@github.com>2021-01-09 20:18:00 +0100
commit4794a0e35f12c699ef4af29b355c68ca66f425aa (patch)
tree06f2186cf8eb360bb8d63cb799c9e266e3166dc6 /docs/internals/contributing/writing-code/coding-style.txt
parent2d6179c819010f6a9d00835d5893c4593c0b85a0 (diff)
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.
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::