doc typos / fixes
diff --git a/user_guide/database/connecting.html b/user_guide/database/connecting.html
index 79277e5..4a859d1 100644
--- a/user_guide/database/connecting.html
+++ b/user_guide/database/connecting.html
@@ -115,7 +115,7 @@
 

 <code>$dsn = 'dbdriver://username:password@hostname/database';<br />

 <br />

-$this->load->database('<samp>$dsn</samp>');</code>

+$this->load->database(<samp>$dsn</samp>);</code>

 

 <p>Note that if you use a DSN you will not be able to specify some of the default values like you can if you use a connection array.</p>