Skip to content

Commit b7f01fe

Browse files
committed
Merge pull request #835 from xabbuh/serializer-typo
fix typo
2 parents 3360630 + 437459e commit b7f01fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/doc/1-setting_up_the_bundle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Step 1: Setting up the bundle
88
> This bundle recommends using [JMSSerializer](https://github.com/schmittjoh/serializer) which is
99
> integrated into Symfony2 via [JMSSerializerBundle](https://github.com/schmittjoh/JMSSerializerBundle).
1010
> If you want to use JMSSerializer, take a look into the instructions of the bundle to
11-
> install it and set it up. You can also use [Symfony Serializer](https://github.com/symfony/Serializer),
12-
> but if this case, you need to manually set it up and configure FOSRestBundle to use it
11+
> install it and set it up. You can also use [Symfony Serializer](https://github.com/symfony/Serializer).
12+
> But in this case, you need to manually set it up and configure FOSRestBundle to use it
1313
> via the ``service`` section in the app config
1414
1515
Simply run assuming you have installed composer.phar or composer binary:

0 commit comments

Comments
 (0)