summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/bfgwiki/basiclayout.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/bfgwiki/basiclayout.rst b/docs/tutorials/bfgwiki/basiclayout.rst
index e2f8ac00e..f8943eeab 100644
--- a/docs/tutorials/bfgwiki/basiclayout.rst
+++ b/docs/tutorials/bfgwiki/basiclayout.rst
@@ -110,7 +110,7 @@ be in ``run.py`` and its ``app`` function:
#. *Lines 17 - 18*. We create a :term:`root factory` using the finder.
#. Line *19*. We construct a :term:`Configurator` with a
- :term:`root_factory` and the settings keywords parsed by
+ :term:`root factory` and the settings keywords parsed by
PasteDeploy. The root factory is named ``get_root``. We then use
the ``make_wsgi_app`` method of the :term:`Configurator` to return
a :term:`WSGI` application.