diff --git a/serializer/custom_encoders.rst b/serializer/custom_encoders.rst index 9f8a9d8448d..95f3131f418 100644 --- a/serializer/custom_encoders.rst +++ b/serializer/custom_encoders.rst @@ -56,7 +56,7 @@ create your own encoder that uses the Registering it in your app -------------------------- -If you use the Symfony Framework. then you probably want to register this encoder +If you use the Symfony Framework, then you probably want to register this encoder as a service in your app. If you're using the :ref:`default services.yaml configuration `, that's done automatically!