Merge pull request #1405 from owncloud/phil-davis-dev-debugging

Dev Debugging minor missing word
This commit is contained in:
Carla Schroder
2015-08-06 12:07:21 -07:00

View File

@@ -4,7 +4,7 @@ Debugging
Debug mode
----------
When debug mode is enabled ownCloud, a variety of debugging features are enabled - see debugging documentation. Add the following to the very end of :file:`/config/config.php` to enable it::
When debug mode is enabled in ownCloud, a variety of debugging features are enabled - see debugging documentation. Add the following to the very end of :file:`/config/config.php` to enable it::
define( "DEBUG", 1);