Skip to content

Commit d3f9107

Browse files
authored
Merge pull request #247 from api-platform/mysiar-patch-1
Update troubleshooting.md
2 parents baf3d68 + 3d1a787 commit d3f9107

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)