diff --git a/source/import_documentation/How-to-make-components.rst b/source/import_documentation/How-to-make-components.rst
index 4a5d474a5116c7530e8946a301562ec190a47751..d21e8b3db4654d8c68fe5376cd74e2f7769d81a5 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>`__ !