8000 Update blade-directives.md (#1903) · PaolaRuby/laravel-permission@fb4f027 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb4f027

Browse files
author
Rizkhal
authored
Update blade-directives.md (spatie#1903)
1 parent b7a2df8 commit fb4f027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic-usage/blade-directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Alternatively, `@unlessrole` gives the reverse for checking a singular role, lik
9292
You can also determine if a user has exactly all of a given list of roles:
9393

9494
```php
95-
@hasexactroles('writer|admin');
95+
@hasexactroles('writer|admin')
9696
I am both a writer and an admin and nothing else!
9797
@else
9898
I do not have all of these roles or have more other roles...

0 commit comments

Comments
 (0)
0