Skip to content

Commit

Permalink
[skip ci][doc] fix list pb
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheron committed Jan 3, 2021
1 parent e4038d0 commit 87c95fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/controller/router.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ The method ``Products::index()`` will be accessible via the url ``/products``.

.. note::
The initial or terminal slash is ignored in the path. The following routes are therefore equivalent: |br|
- ``#[Route('products')]``
- ``#[Route('/products')]``
- ``#[Route('/products/')]``
* ``#[Route('products')]``
* ``#[Route('/products')]``
* ``#[Route('/products/')]``

Route parameters
^^^^^^^^^^^^^^^^
Expand Down
4 changes: 2 additions & 2 deletions docs/security/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@ It is also possible to check a password entered by a user in the same way, to co
Security module/ ACL management
===============================
In addition to these few rules, you can install if necessary:
- :ref:`Ubiquity-acl<aclModule>`
- :ref:`Ubiquity-security<securityModule>`
* :ref:`Ubiquity-acl<aclModule>`
* :ref:`Ubiquity-security<securityModule>`

0 comments on commit 87c95fd

Please sign in to comment.