aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_record_querying.textile
diff options
context:
space:
mode:
Diffstat (limited to 'railties/guides/source/active_record_querying.textile')
-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 />