aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Hannon <ziggurism@gmail.com>2010-05-02 15:55:58 -0700
committerJoe Hannon <ziggurism@gmail.com>2010-05-02 15:55:58 -0700
commit2a09b8ecc7df94db28dbcaff43ce0c5cdd5acfdc (patch)
treee53e82d5cdfc546992f470b4e63c3feff6c0dcab
parent07a5fdedd4b392ec172a3cf6294900afd75495b6 (diff)
downloadrails-2a09b8ecc7df94db28dbcaff43ce0c5cdd5acfdc.tar.gz
rails-2a09b8ecc7df94db28dbcaff43ce0c5cdd5acfdc.tar.bz2
rails-2a09b8ecc7df94db28dbcaff43ce0c5cdd5acfdc.zip
grammatical error 'uses' -> 'use'
-rw-r--r--railties/guides/source/active_record_querying.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/active_record_querying.textile b/railties/guides/source/active_record_querying.textile
index e47615f070..1cfec1cf77 100644
--- a/railties/guides/source/active_record_querying.textile
+++ b/railties/guides/source/active_record_querying.textile
@@ -17,7 +17,7 @@ If you're used to using raw SQL to find database records then, generally, you wi
Code examples throughout this guide will refer to one or more of the following models:
-TIP: All of the following models uses +id+ as the primary key, unless specified otherwise.
+TIP: All of the following models use +id+ as the primary key, unless specified otherwise.
<br />