Skip to content

Commit a682bbd

Browse files
committed
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 ------- 737172b Fix typo in encoders.rst (Serveral → Several)
2 parents b3072b8 + 737172b commit a682bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer/encoders.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ All context options available for the JSON encoder are:
5959
The ``CsvEncoder``
6060
------------------
6161

62-
The ``CsvEncoder`` encodes to and decodes from CSV. Serveral :ref:`context options <serializer-context>`
62+
The ``CsvEncoder`` encodes to and decodes from CSV. Several :ref:`context options <serializer-context>`
6363
are available to customize the behavior of the encoder:
6464

6565
``csv_delimiter`` (default: ``,``)

0 commit comments

Comments
 (0)