Fix a few spelling mistakes in the docs

This commit is contained in:
Alex Chan 2015-04-03 20:43:40 +01:00
parent 54e43d91bf
commit f4a53e97ea
5 changed files with 6 additions and 6 deletions

View file

@ -30,7 +30,7 @@ at :func:`werkzeug.serving.run_simple`::
Note that :func:`run_simple <werkzeug.serving.run_simple>` is not intended for
use in production. Use a :ref:`full-blown WSGI server <deployment>`.
In order to use the interactive debuggger, debugging must be enabled both on
In order to use the interactive debugger, debugging must be enabled both on
the application and the simple server, here is the "hello world" example with
debugging and :func:`run_simple <werkzeug.serving.run_simple>`::