From 8e545fac7b637e28ee91314be6a35424dacd4974 Mon Sep 17 00:00:00 2001
From: hnouts <hnouts@grandlyon.com>
Date: Wed, 26 Jan 2022 10:56:35 +0100
Subject: [PATCH] fix(faq): typo

Detailed description.
---
 src/components/FAQ/FAQData.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/FAQ/FAQData.tsx b/src/components/FAQ/FAQData.tsx
index fb1851863..ff4fa0c0e 100644
--- a/src/components/FAQ/FAQData.tsx
+++ b/src/components/FAQ/FAQData.tsx
@@ -277,7 +277,7 @@ const FaqData = async (client: Client): Promise<FAQSection[]> => {
         },
         {
           summary:
-            'Pourquoi dois-je renseigner mon profil dans la service ? Comment le modifier ? ',
+            'Pourquoi dois-je renseigner mon profil dans le service ? Comment le modifier ? ',
           details: (
             <div>
               Renseigner votre profil c'est profiter à la fois d'une comparaison
-- 
GitLab