From 175ae27716aa162c61f962d54295f5488cad2c86 Mon Sep 17 00:00:00 2001
From: Don Hirst <dvhirst@aol.com>
Date: Mon, 11 Sep 2017 12:37:46 -0700
Subject: [PATCH] Update debugging.md

Removed extraneous space in **Viewing errors in logfiles**
---
 docs/tools/debugging.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/tools/debugging.md b/docs/tools/debugging.md
index 50d2c45b..20343a40 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
-- 
GitLab