Skip to content

Commit

Permalink
Merge pull request #134 from kianmeng/fix-typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
youtux committed May 1, 2022
2 parents e056a84 + 858da17 commit 2e85fcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Breaking change due to the heavy refactor of both pytest and factory_boy.
1.2.1
-----

- automatical resolution of the post-generation dependencies (olegpidsadnyi, kvas-it)
- automatic resolution of the post-generation dependencies (olegpidsadnyi, kvas-it)


1.1.6
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
develop: .env
.env/bin/pip install -e . -r requirements-testing.txt tox

# clean the development envrironment
# clean the development environment
clean:
-rm -rf .env
2 changes: 1 addition & 1 deletion tests/test_postgen_dependencies.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Test post-generation dependecies."""
"""Test post-generation dependencies."""
from __future__ import annotations

from dataclasses import dataclass
Expand Down

0 comments on commit 2e85fcd

Please sign in to comment.