Skip to content

Commit

Permalink
minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flashadvocate authored Feb 12, 2019
1 parent dbf7ef7 commit 4ece10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function tools()
}
```

Next, add `MorphToMany` fields to you `app/Nova/User` resource:
Next, add `MorphToMany` fields to your `app/Nova/User` resource:

```php
use Laravel\Nova\Fields\MorphToMany;
Expand Down

0 comments on commit 4ece10f

Please sign in to comment.