Skip to content

Commit

Permalink
Minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Dec 4, 2024
1 parent 90e1714 commit 7d6c711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/dashboards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``).

Expand Down

0 comments on commit 7d6c711

Please sign in to comment.