From 9a6d66f99fb884e3f24a40be60053df04d1b9ae8 Mon Sep 17 00:00:00 2001 From: Andrey Date: Wed, 23 Oct 2024 08:00:02 +0300 Subject: [PATCH] Fix typo in fine-grained-security.mdx (#705) --- 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