summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter Inglesby <peter.inglesby@gmail.com>2014-12-06 12:56:43 +0000
committerTim Graham <timograham@gmail.com>2014-12-06 09:22:46 -0500
commit0fde2ca0368928bb8ee16b06b8ca33031bb779b7 (patch)
treed438bb1322673a07e268265ba10e9843f48c42d4 /docs
parente3091350811dce8a38fc97cb3d14db5c970f1ec7 (diff)
Fixed typo in docs/ref/applications.txt.
Diffstat (limited to 'docs')
-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,