From 70c14b7ccb130d8e783bcce8225670391421c42b Mon Sep 17 00:00:00 2001
From: Manon Bourgognon <manon.bourgognon@epitech.eu>
Date: Thu, 6 May 2021 10:04:37 +0200
Subject: [PATCH] update view-title/descr attr documentation

---
 source/import_documentation/Components/Solid-Router.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/import_documentation/Components/Solid-Router.rst b/source/import_documentation/Components/Solid-Router.rst
index c038e83..d24a9fe 100644
--- a/source/import_documentation/Components/Solid-Router.rst
+++ b/source/import_documentation/Components/Solid-Router.rst
@@ -72,8 +72,8 @@ Displays a menu and handle the navigation for you.
 ``<div data-view=[name]>`` attributes:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
--  ``view-title``: allows to choose the ``<title>`` content of each `data-view` (of each "page").
--  ``view-description``: allows to choose the value of ``content`` attribute in ``<meta name="description">`` tag.
+-  ``view-title``: allows to change the ``title`` of the page when a user navigates to this view.
+-  ``view-description``: allows to change the ``<meta name="description">`` of the page when the user navigates to this view.
 
 solid-link
 ----------
-- 
GitLab