Skip to content

Commit

Permalink
Changing "has" to "have"
Browse files Browse the repository at this point in the history
  • Loading branch information
jdsharp committed Oct 14, 2014
1 parent 1432dcd commit 18e0cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eloquent.md
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ Of course, you may also define the inverse of the relationship on the `Role` mod
<a name="has-many-through"></a>
### Has Many Through

The "has many through" relation provides a convenient short-cut for accessing distant relations via an intermediate relation. For example, a `Country` model might has many `Post` through a `User` model. The tables for this relationship would look like this:
The "has many through" relation provides a convenient short-cut for accessing distant relations via an intermediate relation. For example, a `Country` model might have many `Post` through a `User` model. The tables for this relationship would look like this:

countries
id - integer
Expand Down

0 comments on commit 18e0cee

Please sign in to comment.