Skip to content

Commit c888012

Browse files
Update explanation of the attribute option
1 parent 7bcc8cd commit c888012

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
@@ -30,7 +30,7 @@ options are used for matching:
3030
* ``host``: a regular expression
3131
* ``methods``: one or many HTTP methods
3232
* ``request_matcher``: a service implementing ``RequestMatcherInterface``
33-
* ``attributes``: is an array, which can be used to specify attributes of the query
33+
* ``attributes``: an array, which can be used to specify one or more :ref:`request attributes <accessing-request-data>` that must match exactly
3434
* ``route``: a route name
3535

3636
.. versionadded:: 6.1

0 commit comments

Comments
 (0)