From f07d6869748f1c93d8dcd0dd058c4e3661f498ed Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Thu, 3 Jun 2021 01:49:50 -0400 Subject: [3.2.x] Fixed typos in docs. Backport of f0d0d29f03448ba4f9cfef03f0605cc7e557c2c4 from main --- docs/internals/contributing/writing-code/coding-style.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/internals/contributing/writing-code') 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 `_ 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: -- cgit v1.3