Skip to content

Commit 669b180

Browse files
committed
minor #19743 [Serializer] Fix punctuation in custom encoders docs (mttsch)
This PR was merged into the 5.4 branch. Discussion ---------- [Serializer] Fix punctuation in custom encoders docs <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- 815e8de [Serializer] Fix punctuation in custom encoders docs
2 parents 27a4ee2 + 815e8de commit 669b180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer/custom_encoders.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ create your own encoder that uses the
5656
Registering it in your app
5757
--------------------------
5858

59-
If you use the Symfony Framework. then you probably want to register this encoder
59+
If you use the Symfony Framework, then you probably want to register this encoder
6060
as a service in your app. If you're using the :ref:`default services.yaml configuration <service-container-services-load-example>`,
6161
that's done automatically!
6262

0 commit comments

Comments
 (0)