summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/narr/firstapp.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/firstapp.rst b/docs/narr/firstapp.rst
index 6c53f3de0..eb05f8e6d 100644
--- a/docs/narr/firstapp.rst
+++ b/docs/narr/firstapp.rst
@@ -153,7 +153,7 @@ defined imports and function definitions, placed within the confines of an
app = config.make_wsgi_app()
serve(app, host='0.0.0.0')
-Let's break this down this piece-by-piece.
+Let's break this down piece-by-piece.
Configurator Construction
~~~~~~~~~~~~~~~~~~~~~~~~~