aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/active_record_querying.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_record_querying.textile b/guides/source/active_record_querying.textile
index 5ea3edd6a0..14d0ba9b28 100644
--- a/guides/source/active_record_querying.textile
+++ b/guides/source/active_record_querying.textile
@@ -1023,7 +1023,7 @@ category.posts.published # => [published posts belonging to this category]
h4. Passing in arguments
-You scope can take arguments:
+Your scope can take arguments:
<ruby>
class Post < ActiveRecord::Base