diff options
| author | Jonathan Wu <jonathan.wu3@outlook.com> | 2026-04-09 16:39:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-09 22:39:29 +0200 |
| commit | 6f030e8e5d13ee94bf45d4322c17ca7c2d8aaffb (patch) | |
| tree | e1a774bb55f1c5fe7a059836b848a5eee4214d65 | |
| parent | 09f27cc373eb1e6e5e8b286204809a79b61d55c3 (diff) | |
Fixed typo in docs/howto/delete-app.txt.
| -rw-r--r-- | docs/howto/delete-app.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/delete-app.txt b/docs/howto/delete-app.txt index e1dac4f179..7dd9ccb7c7 100644 --- a/docs/howto/delete-app.txt +++ b/docs/howto/delete-app.txt @@ -19,7 +19,7 @@ application safely. #. :ref:`Squash <migration-squashing>` out references to the app in other apps' migrations. -#. Apply migrations locally, runs tests, and verify the correctness of your +#. Apply migrations locally, run tests, and verify the correctness of your project. #. Deploy/release your updated Django project. |
