diff --git a/docs/tools/debugging.md b/docs/tools/debugging.md
index 50d2c45b8b4fc87179719f6197ad9c1693cbb8b3..20343a40a6e547d8713a9dc9f84a95c5d58db477 100644
--- a/docs/tools/debugging.md
+++ b/docs/tools/debugging.md
@@ -262,7 +262,7 @@ Your next step is not to fix the error, but to first give yourself enough inform
 
 **Viewing errors in logfiles**
 
-The webserver can be configured to display errors to screen, but it also logs errors to files on disk. These files vary depending on your hosting environment, so you might consult your webhost's documentation to locate them. You might look for  errors in some of these locations depending on webserver/php config:
+The webserver can be configured to display errors to screen, but it also logs errors to files on disk. These files vary depending on your hosting environment, so you might consult your webhost's documentation to locate them. You might look for errors in some of these locations depending on webserver/php config:
 
 -   `/var/log/nginx/*err*log` NginX webserver error logs
 -   `/var/log/apache2/*err*log` Apache webserver & mod_php error logs