Skip to content

Commit 854f87c

Browse files
authored
Fix typos in changelog (#2686)
1 parent 5232e75 commit 854f87c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ All notable changes to `laravel-permission` will be documented in this file
2525

2626
* Roles: Support for casting role names to enums by @gajosadrian in https://github.com/spatie/laravel-permission/pull/2616
2727
* Fix permission:show UUID error #2581 by @drbyte in https://github.com/spatie/laravel-permission/pull/2582
28-
* Cover WilcardPermission instance verification based on its own guard (Allow hasAllPermissions and hasAnyPermission to run on custom guard for WildcardPermission) by @AlexandreBellas in https://github.com/spatie/laravel-permission/pull/2608
28+
* Cover WildcardPermission instance verification based on its own guard (Allow hasAllPermissions and hasAnyPermission to run on custom guard for WildcardPermission) by @AlexandreBellas in https://github.com/spatie/laravel-permission/pull/2608
2929
* Register Laravel "About" details by @drbyte in https://github.com/spatie/laravel-permission/pull/2584
3030

3131
### New Contributors
@@ -538,7 +538,7 @@ Just a maintenance release.
538538

539539
## 5.2.0 - 2021-10-28
540540

541-
- [V5] Fix detaching on all teams intstead of only current #1888 by @erikn69 in https://github.com/spatie/laravel-permission/pull/1890
541+
- [V5] Fix detaching on all teams instead of only current #1888 by @erikn69 in https://github.com/spatie/laravel-permission/pull/1890
542542
- [V5] Add uuid compatibility support on teams by @erikn69 in https://github.com/spatie/laravel-permission/pull/1857
543543
- Adds setRoleClass method to PermissionRegistrar by @timschwartz in https://github.com/spatie/laravel-permission/pull/1867
544544
- Load permissions for preventLazyLoading by @bahramsadin in https://github.com/spatie/laravel-permission/pull/1884
@@ -1205,7 +1205,7 @@ BEST NOT TO USE v2.7.7 if you've changed tablenames in the config file.
12051205

12061206
** this version does not work in Laravel 5.1, please upgrade to version 1.5.1 of this package
12071207

1208-
- allowed `givePermissonTo` to accept multiple permissions
1208+
- allowed `givePermissionTo` to accept multiple permissions
12091209
- allowed `assignRole` to accept multiple roles
12101210
- added `syncPermissions`-method
12111211
- added `syncRoles`-method

0 commit comments

Comments
 (0)