Skip to content

Commit 5df46cf

Browse files
author
BooleanType
authored
Update access_control.rst
Adding double backticks back.
1 parent a1e394b commit 5df46cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/access_control.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ if ``ip``, ``port``, ``host`` or ``method`` are not specified for an entry, that
151151
| | | | | | | the ``ROLE_USER_HOST`` entry, but *only* the **first** |
152152
| | | | | | | ``access_control`` match is used. |
153153
+-----------------+-------------+-------------+-------------+------------+--------------------------------+-------------------------------------------------------------+
154-
| ``/admin/user`` | 127.0.0.1 | 8080 | symfony.com | GET | rule #1 (``ROLE_USER_PORT``) | The path, ip and port match. |
154+
| ``/admin/user`` | 127.0.0.1 | 8080 | symfony.com | GET | rule #1 (``ROLE_USER_PORT``) | The ``path``, ``ip`` and ``port`` match. |
155155
+-----------------+-------------+-------------+-------------+------------+--------------------------------+-------------------------------------------------------------+
156156
| ``/admin/user`` | 168.0.0.1 | 80 | symfony.com | GET | rule #3 (``ROLE_USER_HOST``) | The ``ip`` doesn't match the first rule, so the second |
157157
| | | | | | | rule (which matches) is used. |

0 commit comments

Comments
 (0)