diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 8f99965a47..a62d59e4ac 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -324,7 +324,7 @@ but for now, remember the three-step guide to making model changes: * Change your models (in ``models.py``). * Run :djadmin:`python manage.py makemigrations ` to create - migrations for those changes + migrations for those changes. * Run :djadmin:`python manage.py migrate ` to apply those changes to the database.