summaryrefslogtreecommitdiff
path: root/docs/narr/configuration.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/configuration.rst')
-rw-r--r--docs/narr/configuration.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/configuration.rst b/docs/narr/configuration.rst
index 9d62593ef..0b0301c79 100644
--- a/docs/narr/configuration.rst
+++ b/docs/narr/configuration.rst
@@ -214,10 +214,10 @@ benefit being that applications configured declaratively can be
*overridden* and *extended* by third parties without requiring the
third party to change application code. If you want to build a
framework or an extensible application, using declarative
-configuration is a good idea. Declarative configuration has a down
-side: you can't use plain-old-Python syntax you probably already know
-and understand to configure your application; instead you need to use
-:term:`ZCML`.
+configuration is a good idea. Declarative configuration has an
+obvious downside: you can't use plain-old-Python syntax you probably
+already know and understand to configure your application; instead you
+need to use :term:`ZCML`.
.. note::