summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/advconfig.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/advconfig.rst b/docs/narr/advconfig.rst
index 4c969487c..e0ced10f0 100644
--- a/docs/narr/advconfig.rst
+++ b/docs/narr/advconfig.rst
@@ -168,7 +168,7 @@ Using ``config.commit()``
You can manually commit a configuration by using the
:meth:`~pyramid.config.Configurator.commit` method between configuration calls.
-After a commit more :term:`configuration declaration`\s may be added to a :term:`configurator`.
+After a commit, more :term:`configuration declaration`\s may be added to a :term:`configurator`.
New declarations will not conflict with committed declarations, they will override them.
For example, we prevent conflicts from occurring in the application we examined