From 03c89d5836f2219663d62147c8bc22efb5f0b759 Mon Sep 17 00:00:00 2001
From: Alice Poggioli <alice.poggioli@paca.happy-dev.fr>
Date: Fri, 7 Aug 2020 10:41:10 +0200
Subject: [PATCH] correction

---
 source/import_documentation/How-to-make-components.rst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/source/import_documentation/How-to-make-components.rst b/source/import_documentation/How-to-make-components.rst
index 4a5d474..d21e8b3 100644
--- a/source/import_documentation/How-to-make-components.rst
+++ b/source/import_documentation/How-to-make-components.rst
@@ -138,7 +138,6 @@ For example, in this faq we want to custom the title and the email of a moderato
         if (!dataSrc) return '';
         let tmpl = `
         <h3>${title}</h3>
-        </sib-widget>
         <sib-display
             data-src="${dataSrc}"
             fields= "question, answer"
@@ -194,8 +193,8 @@ Call this file `data-faq.jsonld` and put it at the root of your project.
     <body>
         <solid-faq
             data-src= "./questions.jsonld"
-            title = "Super FAQ">
-            moderator ="alice@startinblox.com"
+            title = "Super FAQ"
+            moderator ="alice@startinblox.com">
         </solid-faq>
     </body>
     </html>
@@ -304,6 +303,9 @@ Helper fonctions can be import from the framework.
 
 10. Done! Congratulation :)
 
+.. warning::
+    In improvement
+
 You get some trouble ? Please `mail us <'mailto:alice@startinblox.com?subject=A%20feedback%20from%20the%20doc>`__ !
 
 
-- 
GitLab