aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-07-11 04:50:00 -0700
committerYves Senn <yves.senn@gmail.com>2013-07-11 04:50:00 -0700
commit424d840efb7dad40284c158715a479235269c7ae (patch)
tree1cecf9cd209aea572d50f96a40967dabd72b94c7
parent2692e38efac7287cffd0d31f46eed52938983763 (diff)
parent8cece08ce385f5618222d8a7990b6f75b92e5d43 (diff)
downloadrails-424d840efb7dad40284c158715a479235269c7ae.tar.gz
rails-424d840efb7dad40284c158715a479235269c7ae.tar.bz2
rails-424d840efb7dad40284c158715a479235269c7ae.zip
Merge pull request #11400 from dpdawson/master
Fix a grammatical error/typo in Active Record Associations guide. [ci skip]
-rw-r--r--guides/source/association_basics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/association_basics.md b/guides/source/association_basics.md
index 884aa6a9ea..e6a66f3fa1 100644
--- a/guides/source/association_basics.md
+++ b/guides/source/association_basics.md
@@ -953,7 +953,7 @@ end
##### `includes`
-You can use the `includes` method let you specify second-order associations that should be eager-loaded when this association is used. For example, consider these models:
+You can use the `includes` method to specify second-order associations that should be eager-loaded when this association is used. For example, consider these models:
```ruby
class LineItem < ActiveRecord::Base