Explorar o código

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

hashlash %!s(int64=4) %!d(string=hai) anos
pai
achega
4794a0e35f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/internals/contributing/writing-code/coding-style.txt

+ 1 - 1
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::