Skip to content

Commit b42e80f

Browse files
author
Daniel Tschinder
committed
fixed typos
1 parent 8f065bc commit b42e80f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cookbook/security/firewall_restriction.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ restrict the initialization of a firewall against other options of the request.
1010

1111
.. note::
1212

13-
You can use any of this restrictions individually or mix them together to get
13+
You can use any of these restrictions individually or mix them together to get
1414
your desired firewall configuration.
1515

1616
Restricting by Pattern
@@ -132,15 +132,15 @@ If the hostname does not match this pattern, the firewall will not be activated
132132
and subsequent firewalls will have the opportunity to be matched for this
133133
request.
134134

135-
Restricting by Http Methods
135+
Restricting by HTTP Methods
136136
---------------------------
137137

138138
.. versionadded:: 2.5
139-
Support for restricting security firewalls to specific http methods was introduced in
139+
Support for restricting security firewalls to specific HTTP methods was introduced in
140140
Symfony 2.5.
141141

142142
The configuration option ``methods`` restricts the initialization of the firewall to
143-
the provided http methods.
143+
the provided HTTP methods.
144144

145145
.. configuration-block::
146146

@@ -187,7 +187,7 @@ the provided http methods.
187187
),
188188
));
189189
190-
In this example, the firewall will only be activated if the http method of the
190+
In this example, the firewall will only be activated if the HTTP method of the
191191
request is either ``GET`` or ``POST``. If the method is not in the array of the
192192
allowed methods, the firewall will not be activated and subsequent firewalls will again
193193
have the opportunity to be matched for this request.

0 commit comments

Comments
 (0)