Skip to content

Commit 643e682

Browse files
authored
Fix typo in CONTRIBUTING.rst: codstyle to codestyle (boto#3646)
1 parent 01d0b3b commit 643e682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Reporting An Issue/Feature
7373
Codestyle
7474
---------
7575
This project uses `ruff <https://github.com/astral-sh/ruff>`__ to enforce
76-
codstyle requirements. We've codified this process using a tool called
76+
codestyle requirements. We've codified this process using a tool called
7777
`pre-commit <https://pre-commit.com/>`__. pre-commit allows us to specify a
7878
config file with all tools required for code linting, and surfaces either a
7979
git commit hook, or single command, for enforcing these.

0 commit comments

Comments
 (0)