summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-code/coding-style.txt
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2021-06-03 01:49:50 -0400
committerGitHub <noreply@github.com>2021-06-03 07:49:50 +0200
commitf0d0d29f03448ba4f9cfef03f0605cc7e557c2c4 (patch)
tree665cdd1e3fe1801f11861accbb0d002f7c1cbcc6 /docs/internals/contributing/writing-code/coding-style.txt
parent1b4d1675b230cd6d47c2ffce41893d1881bf447b (diff)
Fixed typos in docs.
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 20572ad636..6d0a9c27b7 100644
--- a/docs/internals/contributing/writing-code/coding-style.txt
+++ b/docs/internals/contributing/writing-code/coding-style.txt
@@ -12,7 +12,7 @@ Pre-commit checks
`pre-commit <https://pre-commit.com>`_ is a framework for managing pre-commit
hooks. These hooks help to identify simple issues before committing code for
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
+to focus on the change itself, and it can also help to reduce the number of CI
runs.
To use the tool, first install ``pre-commit`` and then the git hooks: