Преглед на файлове

Fixed typo in docs/ref/applications.txt.

Peter Inglesby преди 10 години
родител
ревизия
0fde2ca036
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/ref/applications.txt

+ 1 - 1
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,