Skip to content

Commit d55562b

Browse files
authored
cs: trailing space (#1852)
1 parent 7b83e75 commit d55562b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/upgrade-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ api_platform:
2727
2828
### Formats
2929
30-
We noticed that API Platform was enabling `json` by default because of our OpenAPI support. We introduced the new `application/vnd.openapi+json`. Therefore if you want `json` you need to explicitly handle it:
30+
We noticed that API Platform was enabling `json` by default because of our OpenAPI support. We introduced the new `application/vnd.openapi+json`. Therefore if you want `json` you need to explicitly handle it:
3131

3232
```yaml
3333
formats:
@@ -47,7 +47,7 @@ event_listeners_backward_compatibility_layer: false
4747
```
4848

4949
This allows API Platform to not use http kernel event listeners. It also allows you to force options like `read: true` or `validate: true`. This simplifies use cases like [validating a delete operation](/docs/v3.2/guides/delete-operation-with-validation/)
50-
Event listeners will not get removed and are not deprecated, they'll use our providers and processors in a future version.
50+
Event listeners will not get removed and are not deprecated, they'll use our providers and processors in a future version.
5151

5252
### Inflector
5353

0 commit comments

Comments
 (0)