Skip to content

Commit

Permalink
Fix typo in hint text (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
willbeaufoy authored Mar 1, 2021
1 parent 8436cf0 commit d3d686e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/django_linear_migrations/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def check_max_migration_files(*, app_configs=None, **kwargs):
hint=(
"This may be the result of a git merge. Fix the file"
+ " to contain only the name of the latest migration,"
+ " or maybe use the 'rebase-migartion' command."
+ " or maybe use the 'rebase-migration' command."
),
)
)
Expand Down

0 comments on commit d3d686e

Please sign in to comment.