mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-24 00:32:14 +01:00
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:
@@ -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: ``,``)
|
||||
|
||||
Reference in New Issue
Block a user