summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/startup.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst
index 0b3680bca..65669e0b9 100644
--- a/docs/narr/startup.rst
+++ b/docs/narr/startup.rst
@@ -52,7 +52,7 @@ Here's a high-level time-ordered overview of what happens when you press
#. The :term:`PasteDeploy` finds a section named either ``[app:main]``,
``[pipeline:main]``, or ``[composite:main]`` in the ``.ini`` file.
This section configures the :term:`WSGI` webserver which serves your application.
- As such it is the ``ini`` section for your application and can supply many of your application's :term:`settings`.
+ As such it is the ``ini`` section for your application and can be the source for many of your application's :term:`settings`.
.. _entry_point_discovery: