Skip to content

Commit 9a6d66f

Browse files
authored
Fix typo in fine-grained-security.mdx (thecodingmachine#705)
1 parent 03499a3 commit 9a6d66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/versioned_docs/version-7.0.0/fine-grained-security.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,5 +417,5 @@ If you are using Symfony, you will [create a custom voter](https://symfony.com/d
417417
If you are using Laravel, you will [create a Gate or a Policy](https://laravel.com/docs/6.x/authorization).
418418

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

0 commit comments

Comments
 (0)