summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/applications.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt
index f1da87a1fd..d73e830747 100644
--- a/docs/ref/applications.txt
+++ b/docs/ref/applications.txt
@@ -361,7 +361,7 @@ processes all applications in the order of :setting:`INSTALLED_APPS`.
the order of :setting:`INSTALLED_APPS`, it's strongly recommended not
import any models at this stage.
- Once this stage completes, APIs that operate of application configurations
+ Once this stage completes, APIs that operate on application configurations
such as :meth:`~apps.get_app_config()` become usable.
#. Then Django attempts to import the ``models`` submodule of each application,