Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.

This commit is contained in:
hashlash 2021-01-10 02:18:00 +07:00 committed by GitHub
parent 2d6179c819
commit 4794a0e35f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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::