Skip to content

Commit 3d1a787

Browse files
authored
Update troubleshooting.md
it is a little bit misleading, JMS serializer on its own doesn't replace serizalier service, bundle does
1 parent baf3d68 commit 3d1a787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can change the port to be used in the `docker-compose.yml` file (default is
2727

2828
## Using API Platform and JMS Serializer in the same project
2929

30-
By default, [JMS Serializer](http://jmsyst.com/bundles/JMSSerializerBundle) replaces the `serializer` service by its own. However, API Platform requires the Symfony serializer (and not the JMS one) to work properly.
30+
By default, [JMS Serializer Bundle](http://jmsyst.com/bundles/JMSSerializerBundle) replaces the `serializer` service by its own. However, API Platform requires the Symfony serializer (and not the JMS one) to work properly.
3131
Fortunately, this behavior can be deactivated using the following configuration:
3232

3333
```yaml

0 commit comments

Comments
 (0)