From 7d6c7111c3313652f75200dd89c03cecb85c65da Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 4 Dec 2024 20:01:27 +0100 Subject: [PATCH] Minor doc fix --- doc/dashboards.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dashboards.rst b/doc/dashboards.rst index 5f98bfa607..b6672e7125 100644 --- a/doc/dashboards.rst +++ b/doc/dashboards.rst @@ -116,7 +116,7 @@ method of the controller. The name of the ``index()`` route will be used as the prefix of all the routes associated to this dashboard (e.g. if this route name is ``my_private_backend``, -the generated routes will be like ```my_private_backend_product_index``). The path +the generated routes will be like ``my_private_backend_product_index``). The path of this route will also be used by all the dasboard routes (e.g. if the path is ``/_secret/backend``, the generated routes paths will be like ``/_secret/backend/category/324``).