Skip to content

Commit

Permalink
Simple typofix (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
nexxai authored Sep 8, 2020
1 parent 47ad018 commit 21baabc
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 @@ -242,7 +242,7 @@ Jetstream::role('editor', 'Editor', [
<a name="team-authorization"></a>
### Authorization

A user's team permissions may be determine using the `hasTeamPermission` method available via the `Laravel\Jetstream\HasTeams` trait:
A user's team permissions may be determined using the `hasTeamPermission` method available via the `Laravel\Jetstream\HasTeams` trait:

```php
if ($request->user()->hasTeamPermission($team, 'read')) {
Expand Down

0 comments on commit 21baabc

Please sign in to comment.