Skip to content

Commit 09f9426

Browse files
committed
Fix Eloquent doc typo
1 parent 66f2a83 commit 09f9426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eloquent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ In addition to traditional polymorphic relations, you may also specify many-to-m
656656
taggable_id - integer
657657
taggable_type - string
658658

659-
Next, we're ready to setup the relationships on the model. The `Post` and `Video` model will both have a `morphToMany` relatinoship via a `tags` method:
659+
Next, we're ready to setup the relationships on the model. The `Post` and `Video` model will both have a `morphToMany` relationship via a `tags` method:
660660

661661
class Post extends Eloquent {
662662

0 commit comments

Comments
 (0)