summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wu <jonathan.wu3@outlook.com>2026-04-09 16:39:29 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2026-04-09 22:40:24 +0200
commitb75efbc892f268ab92dc5870246d05e191910b10 (patch)
tree7552797aef4a1fd8f514b376a94675b46addfccc
parent0d2352fa1ee4da945cf09b8df31b4c7d56b741a6 (diff)
[6.0.x] Fixed typo in docs/howto/delete-app.txt.
Backport of 6f030e8e5d13ee94bf45d4322c17ca7c2d8aaffb from main
-rw-r--r--docs/howto/delete-app.txt2
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.