Skip to content

Commit

Permalink
Merge pull request Pylons#3116 from cacarrara/fix-typo-in-doc
Browse files Browse the repository at this point in the history
Fix simple doc typo
  • Loading branch information
stevepiercy authored Jul 2, 2017
2 parents d8c6547 + 66bb386 commit 34eb9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick_tutorial/debugtoolbar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ configuration for the debugtoolbar.

You'll now see an attractive button on the right side of your browser, which
you may click to provide introspective access to debugging information in a new
rowser tab. Even better, if your web application generates an error, you will
browser tab. Even better, if your web application generates an error, you will
see a nice traceback on the screen. When you want to disable this toolbar,
there's no need to change code: you can remove it from ``pyramid.includes`` in
the relevant ``.ini`` configuration file (thus showing why configuration files
Expand Down

0 comments on commit 34eb9f4

Please sign in to comment.