aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2012-03-30 13:58:51 +0100
committerJon Leighton <j@jonathanleighton.com>2012-03-30 13:58:51 +0100
commitb69298e01d5879fd9381fe27dffdbb50f14721f0 (patch)
treea9a3d70adbfca4a7c0a4774cb92608636687af16 /guides/source
parent84338aab908f87cc830c15259dc31798d3ae150d (diff)
downloadrails-b69298e01d5879fd9381fe27dffdbb50f14721f0.tar.gz
rails-b69298e01d5879fd9381fe27dffdbb50f14721f0.tar.bz2
rails-b69298e01d5879fd9381fe27dffdbb50f14721f0.zip
fix typo. thanks @nertzy
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