Skip to content

Commit

Permalink
Fix typo in fine-grained-security.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
DocentBF authored Oct 22, 2024
1 parent 03499a3 commit ab9a08b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -417,5 +417,5 @@ If you are using Symfony, you will [create a custom voter](https://symfony.com/d
If you are using Laravel, you will [create a Gate or a Policy](https://laravel.com/docs/6.x/authorization).

If you are using another framework, you need to know that the `is_granted` function simply forwards the call to
the `isAllowed` method of the configured `AuthorizationSerice`. See [Connecting GraphQLite to your framework's security module
the `isAllowed` method of the configured `AuthorizationService`. See [Connecting GraphQLite to your framework's security module
](implementing-security.md) for more details

0 comments on commit ab9a08b

Please sign in to comment.