Skip to content

Commit 8cece08

Browse files
committed
Fix a grammatical error/typo in Active Record Associations guide.
1 parent 2692e38 commit 8cece08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/association_basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ end
953953

954954
##### `includes`
955955

956-
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:
956+
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:
957957

958958
```ruby
959959
class LineItem < ActiveRecord::Base

0 commit comments

Comments
 (0)