From 9299422a9e04ecd07f81bea4fdf6975fb7d68b84 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 5 Jul 2009 22:35:28 +0000 Subject: Spelling. --- docs/tutorials/bfgwiki/definingviews.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/tutorials/bfgwiki/definingviews.rst') diff --git a/docs/tutorials/bfgwiki/definingviews.rst b/docs/tutorials/bfgwiki/definingviews.rst index bf47c37ad..1519bedab 100644 --- a/docs/tutorials/bfgwiki/definingviews.rst +++ b/docs/tutorials/bfgwiki/definingviews.rst @@ -55,7 +55,7 @@ page's ``__parent__``) already contains a page with the matched WikiWord name, the ``check`` function generates a view link to be used as the substitution value and returns it. If the wiki does not already contain a page with with the matched WikiWord name, the -function generates an "add" link as the subsitution value and returns +function generates an "add" link as the substitution value and returns it. As a result, the ``content`` variable is now a fully formed bit of @@ -321,7 +321,7 @@ Adding an Element to the Pipeline Let's add a piece of middleware to the WSGI pipeline. "egg:Paste#evalerror" middleware which displays debuggable errors in -the browser while you're developing (not recommeded for deployment). +the browser while you're developing (not recommended for deployment). Let's insert evalerror into the pipeline right below "egg:repoze.zodbconn#closer", making our resulting ``tutorial.ini`` file look like so: -- cgit v1.2.3