minor #21520 Fix typo in encoders.rst (Serveral → Several) (alisolphp)

This PR was merged into the 6.4 branch.

Discussion
----------

 Fix typo in encoders.rst (Serveral → Several)

This PR fixes a clear typo only — no style/wording/formatting changes.
- serializer/encoders.rst: Serveral → Several

Commits
-------

737172b23 Fix typo in encoders.rst (Serveral → Several)
This commit is contained in:
Christian Flothmann
2025-10-21 08:37:40 +02:00

View File

@@ -59,7 +59,7 @@ All context options available for the JSON encoder are:
The ``CsvEncoder``
------------------
The ``CsvEncoder`` encodes to and decodes from CSV. Serveral :ref:`context options <serializer-context>`
The ``CsvEncoder`` encodes to and decodes from CSV. Several :ref:`context options <serializer-context>`
are available to customize the behavior of the encoder:
``csv_delimiter`` (default: ``,``)