Skip to content

Commit

Permalink
Fix typo in CONTRIBUTING.md, accomponied -> accompanied (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrybus authored Mar 25, 2023
1 parent 2e13eb1 commit 2156dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ If you're unsure whether your change would be a good fit for `django-postgres-ex
* PyLint passes.
* PEP8 passes.
* Features that allow creating custom indexes or fields must also implement the associated migrations. `django-postgres-extra` prides itself on the fact that it integrates smoothly with Django migrations. We'd like to keep it that way for all features.
* Sufficiently complicated changes must be accomponied by tests.
* Sufficiently complicated changes must be accompanied by tests.

0 comments on commit 2156dfe

Please sign in to comment.