Fixed double-space typo.
diff --git a/user_guide/installation/upgrade_b11.html b/user_guide/installation/upgrade_b11.html
index add7228..d2fc20d 100644
--- a/user_guide/installation/upgrade_b11.html
+++ b/user_guide/installation/upgrade_b11.html
@@ -61,7 +61,7 @@
 
 <h2>Step 1: Replace your index file</h2>
 
-<p>Replace your main <kbd>index.php</kbd> file with the new index.php file. Note:  If you have renamed your "system" folder you will need to edit this info in the new file.</p>
+<p>Replace your main <kbd>index.php</kbd> file with the new index.php file. Note: If you have renamed your "system" folder you will need to edit this info in the new file.</p>
 
 <h2>Step 2: Relocate your config folder</h2>
 
@@ -91,7 +91,7 @@
 
 <h2>Step 5: Edit your config file</h2>
 
-<p>The original <kbd>application/config/config.php</kbd> file has a typo in it  Open the file and look for the items related to cookies:</p>
+<p>The original <kbd>application/config/config.php</kbd> file has a typo in it Open the file and look for the items related to cookies:</p>
 
 <code>$conf['cookie_prefix']	= "";<br />
 $conf['cookie_domain']	= "";<br />
@@ -112,7 +112,7 @@
 |------------------------------------------------<br />
 |<br />
 | This item determines which server global <br />
-| should be used to retrieve the URI string.  The <br />
+| should be used to retrieve the URI string. The <br />
 | default setting of "auto" works for most servers.<br />
 | If your links do not seem to work, try one of <br />
 | the other delicious flavors:<br />