Skip to content

Commit 4c9c3a0

Browse files
authored
Add missing configuration key
The code and the error messages say it should be like this.
1 parent c38a867 commit 4c9c3a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integrations/symfony-bundle.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ The order in which you specify the plugins **does** matter.
225225
- add_host:
226226
host: "http://localhost:8000"
227227
- header_defaults:
228-
"X-FOO": bar
228+
headers:
229+
"X-FOO": bar
229230
- authentication:
230231
acme_basic:
231232
type: 'basic'

0 commit comments

Comments
 (0)