Skip to content

Commit

Permalink
Merge pull request #11 from flashadvocate/patch-1
Browse files Browse the repository at this point in the history
minor typo fix
  • Loading branch information
paras-malhotra authored Oct 7, 2020
2 parents c9e5dd8 + 4ece10f commit 5fc8b1c
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 5fc8b1c

Please sign in to comment.