@@ -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
1616Restricting by Pattern
@@ -132,15 +132,15 @@ If the hostname does not match this pattern, the firewall will not be activated
132132and subsequent firewalls will have the opportunity to be matched for this
133133request.
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
142142The 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
191191request is either ``GET `` or ``POST ``. If the method is not in the array of the
192192allowed methods, the firewall will not be activated and subsequent firewalls will again
193193have the opportunity to be matched for this request.
0 commit comments