From d3d686e4337c77f6a098df8cd24b4229a60b07f1 Mon Sep 17 00:00:00 2001 From: willbeaufoy Date: Mon, 1 Mar 2021 09:57:15 +0000 Subject: [PATCH] Fix typo in hint text (#51) --- src/django_linear_migrations/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/django_linear_migrations/apps.py b/src/django_linear_migrations/apps.py index 1a2a13e..e7f3759 100644 --- a/src/django_linear_migrations/apps.py +++ b/src/django_linear_migrations/apps.py @@ -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." ), ) )