guide typo
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index de8504c..a96e3c8 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -78,6 +78,7 @@
 <h3>Bug fixes for 1.6.4</h3>

 <ul>

 	<li>Fixed bug in xss_clean() that could remove some desirable tag attributes.</li>

+	<li>Fixed assorted user guide typos or examples (#4840).</li>

 </ul>

 

 <h2>Version 1.6.3</h2>

diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html
index 39bf34f..afdc9b5 100644
--- a/user_guide/database/active_record.html
+++ b/user_guide/database/active_record.html
@@ -90,7 +90,7 @@
 <br />

 // Produces: SELECT * FROM mytable</code>

 

-<p>The second and third parameters enable you do set a limit and offset clause:</p>

+<p>The second and third parameters enable you to set a limit and offset clause:</p>

 

 <code>$query = $this->db->get('mytable', 10, 20);<br />

 <br />