Skip to content

Commit 02bafb1

Browse files
lonnieezellkenjis
andauthored
Apply suggestions from code review
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent e624cdd commit 02bafb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ if (! $user->hasPermission('users.create')) {
132132

133133
#### Authorizing via Filters
134134

135-
You can restrict access to multiple routes through a [Controller Filter](https://codeigniter.com/user_guide/incoming/filters.html). One is provided for both restricting via groups the user belongs to, as well as which permission they need. The filters are automatically registered with the system undeer the `group` and `permission` aliases, respectively. You can define the protectections within `app/Config/Filters.php`:
135+
You can restrict access to multiple routes through a [Controller Filter](https://codeigniter.com/user_guide/incoming/filters.html). One is provided for both restricting via groups the user belongs to, as well as which permission they need. The filters are automatically registered with the system under the `group` and `permission` aliases, respectively. You can define the protections within `app/Config/Filters.php`:
136136

137137
```php
138138
public $filters = [

0 commit comments

Comments
 (0)