summaryrefslogtreecommitdiffstats
path: root/user_guide/database
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2010-07-05 13:58:58 +0200
committerDerek Allard <derek.allard@ellislab.com>2010-07-05 13:58:58 +0200
commit7770fde8733eff7024191bd8782a30ab0d1f7619 (patch)
tree930437fff5f1230e52d3d15c6aaa0701a87e5b56 /user_guide/database
parent127a1d9a66ebce61862696cd861573e538499e4a (diff)
typo fix
Diffstat (limited to 'user_guide/database')
-rw-r--r--user_guide/database/active_record.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html
index bc7cd3d11..2c12d628e 100644
--- a/user_guide/database/active_record.html
+++ b/user_guide/database/active_record.html
@@ -391,7 +391,7 @@ $this-&gt;db-&gt;or_not_like('body', 'match'); <br />
<br />
// Produces: SELECT DISTINCT * FROM table</code></p>
<h2>$this->db->having();</h2>
-<p>Permits you to write the HAVING portion of your query. There are 2 possible syntaxe, 1 argument or 2:</p>
+<p>Permits you to write the HAVING portion of your query. There are 2 possible syntaxes, 1 argument or 2:</p>
<code>$this->db->having('user_id = 45');
<br />