Skip to content

Commit f8f69a6

Browse files
committed
minor #13808 Typo fix : http-methode-override ⮞ http-method-override (Levure)
This PR was merged into the 4.4 branch. Discussion ---------- Typo fix : http-methode-override ⮞ http-method-override Commits ------- 1b06805 Typo fix : http-methode-override ⮞ http-method-override
2 parents 4758119 + 1b06805 commit f8f69a6

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)