Skip to content

Commit d62a6c0

Browse files
ivastlyGuilhemN
authored andcommitted
typo in UPGRADING-2.0.md fixed (#1690)
* typo in UPGRADING-2.0.md fixed * Update UPGRADING-2.0.md
1 parent 906e84d commit d62a6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING-2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Upgrading From 1.x To 2.0
199199
format_listener:
200200
rules:
201201
- { path: ^/, fallback_format: json, attributes: { _controller: FOS\RestBundle\Controller\ExceptionController } }
202-
- { path: ^/, fallback_format: html } }
202+
- { path: ^/, fallback_format: html }
203203
```
204204

205205
* `View::setSerializationContext` and `View::getSerializationContext`

0 commit comments

Comments
 (0)