Skip to content

Commit c59af97

Browse files
committed
minor #21019 [ObjectMapper] [Object Mapper] fix(typo): form --> from (Nayte91)
This PR was merged into the 7.3 branch. Discussion ---------- [ObjectMapper] [Object Mapper] fix(typo): form --> from A simple typo found by searching information about ObjectMapper usage with Forms. Commits ------- b8d4020 fix(typo): form --> from
2 parents 3cf0bab + b8d4020 commit c59af97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object_mapper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ target class's properties.
485485
Note that if both the ``source`` and the ``target`` classes define the ``#[Map]``
486486
attribute, the ``source`` takes precedence.
487487

488-
Consider the following class that stores the data obtained form an external API
488+
Consider the following class that stores the data obtained from an external API
489489
that uses snake_case property names::
490490

491491
// src/Api/Payload.php

0 commit comments

Comments
 (0)