Fixed typos in comments

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-02-11 12:02:14 -08:00
parent 5fafa81dc1
commit 9226c8292d

View file

@ -174,9 +174,8 @@ class AuthServiceProvider extends ServiceProvider
});
// This largely echoes the above backend.interact gate, but also determins
// whether or not an API user should be able tp get the selectlists.
// This can seema a little confusing, since view properties may not have been granted
// This determines whether or not an API user should be able to get the selectlists.
// This can seem a little confusing, since view properties may not have been granted
// to the logged in API user, but creating assets, licenses, etc won't work
// if the user can't view and interact with the select lists.
Gate::define('view.selectlists', function ($user) {