# HG changeset patch # User timeless@gmail.com # Date 2016-05-03 14:08:39 # Node ID 87ac42db389c5350bde33aae425c4e8013a8855c # Parent cbeedd63f9d426f7cfe9f55df67bf6ed65b84869 spelling: occurred diff --git a/docs/usage/debugging.rst b/docs/usage/debugging.rst --- a/docs/usage/debugging.rst +++ b/docs/usage/debugging.rst @@ -25,7 +25,7 @@ Enable interactive debug mode To enable interactive debug mode simply comment out ``set debug = false`` in the .ini file. This will trigger an interactive debugger each time -there is an error in the browser, or send a http link if an error occured in the backend. This +there is an error in the browser, or send a http link if an error occurred in the backend. This is a great tool for fast debugging as you get a handy Python console right in the web view.