Skip to content

Commit 70b55b5

Browse files
committed
fix literal
1 parent ddf5fe4 commit 70b55b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/firewall_restriction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ matches the configured ``pattern``.
6565
));
6666
6767
The ``pattern`` is a regular expression. In this example, the firewall will only be
68-
activated if the URL starts (due to the ``^`` regex character) with ``/admin`. If
68+
activated if the URL starts (due to the ``^`` regex character) with ``/admin``. If
6969
the URL does not match this pattern, the firewall will not be activated and subsequent
7070
firewalls will have the opportunity to be matched for this request.
7171

0 commit comments

Comments
 (0)