From ab9a08b959148ee4252e87a7451bff16360ef50f Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 22 Oct 2024 11:25:58 +0300 Subject: [PATCH] Fix typo in fine-grained-security.mdx --- website/versioned_docs/version-7.0.0/fine-grained-security.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-7.0.0/fine-grained-security.mdx b/website/versioned_docs/version-7.0.0/fine-grained-security.mdx index f5d2fff032..3b3aed272f 100644 --- a/website/versioned_docs/version-7.0.0/fine-grained-security.mdx +++ b/website/versioned_docs/version-7.0.0/fine-grained-security.mdx @@ -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