Skip to content

Commit 1b06805

Browse files
authored
Typo fix : http-methode-override ⮞ http-method-override
1 parent dcac235 commit 1b06805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/env_var_processors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Symfony provides the following env var processors:
124124
<parameter key="env(HTTP_METHOD_OVERRIDE)">true</parameter>
125125
</parameters>
126126
127-
<framework:config http-methode-override="%env(bool:HTTP_METHOD_OVERRIDE)%"/>
127+
<framework:config http-method-override="%env(bool:HTTP_METHOD_OVERRIDE)%"/>
128128
</container>
129129
130130
.. code-block:: php

0 commit comments

Comments
 (0)