Skip to content

Commit 2fb6d70

Browse files
committed
minor tweaks to docs
1 parent 0ad4aa0 commit 2fb6d70

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Resources/doc/1-setting_up_the_bundle.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ C) Enable a Serializer
4141

4242
This bundle needs a serializer to work correctly. In most cases,
4343
you'll need to enable a serializer or install one. This bundle tries
44-
the following this (in this order) to determine the serializer to use:
44+
the following (in the given order) to determine the serializer to use:
4545

4646
#. The one you configured using ``fos_rest.services.serializer`` (if you did).
4747
#. The JMS serializer, if the `JMSSerializerBundle`_ is available (and registered).
@@ -52,5 +52,4 @@ That was it!
5252
.. _`installation chapter`: https://getcomposer.org/doc/00-intro.md
5353
.. _`JMSSerializer`: https://github.com/schmittjoh/serializer
5454
.. _`JMSSerializerBundle`: https://github.com/schmittjoh/JMSSerializerBundle
55-
.. _`Symfony Serializer`: https://github.com/symfony/Serializer
56-
.. _`enable the core Serializer`: http://symfony.com/doc/current/cookbook/serializer.html
55+
.. _`Symfony Serializer`: http://symfony.com/doc/current/cookbook/serializer.html

0 commit comments

Comments
 (0)