Skip to content

Commit 36d8192

Browse files
committed
minor #2179 Fix typos (pgrimaud)
This PR was submitted for the master branch but it was merged into the 2.x branch instead (closes #2179). Discussion ---------- Fix typos Hi, This tiny PR will fix : - 1 typo in `Resources/doc/3-listener-support.rst` - 1 typo in `Serializer/Normalizer/FormErrorHandler.php` Ciao! 🤖 Commits ------- 9164506 Fix typos
2 parents 92019f4 + 9164506 commit 36d8192

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Resources/doc/3-listener-support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ For details see :doc:`Format Listener <format_listener>`.
100100
Versioning
101101
----------
102102

103-
This listener attemps to determine the current api version from different parameters of the ``Request``:
103+
This listener attempts to determine the current api version from different parameters of the ``Request``:
104104

105105
* the uri ``/{version}/users``
106106
* a query parameter ``/users?version=v1``

Serializer/Normalizer/FormErrorHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
use JMS\Serializer\YamlSerializationVisitor;
2222

2323
/**
24-
* Extend the JMS FormErrorHandler to include more informations when using the ViewHandler.
24+
* Extend the JMS FormErrorHandler to include more information when using the ViewHandler.
2525
*
2626
* @internal since 2.8
2727
*/

0 commit comments

Comments
 (0)