Skip to content

Commit 8c3df83

Browse files
committed
Minor reword
1 parent cf983f3 commit 8c3df83

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

components/serializer.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ Usage
3939
.. seealso::
4040

4141
This article explains the philosophy of the Serializer and gets you familiar
42-
with the concepts of normalizers and encoders. The examples provided assume
43-
that you use the Serializer as an independent component. If you intend to use
44-
the Serializer in the Symfony application, please read :doc:`/serializer`
45-
after you finish this article.
42+
with the concepts of normalizers and encoders. The code examples assume
43+
that you use the Serializer as an independent component. If you are using
44+
the Serializer in a Symfony application, read :doc:`/serializer` after you
45+
finish this article.
4646

4747
Using the Serializer component is really simple. You just need to set up
4848
the :class:`Symfony\\Component\\Serializer\\Serializer` specifying

serializer.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ JSON or XML) is a very complex topic. Symfony comes with a
1010
tools that you can leverage for your solution.
1111

1212
In fact, before you start, get familiar with the serializer, normalizers
13-
and encoders by reading the :doc:`Serializer Component </components/serializer>`.
13+
and encoders by reading the :doc:`Serializer Component </components/serializer>`
14+
documentation.
1415

1516
Activating the Serializer
1617
-------------------------

0 commit comments

Comments
 (0)