Skip to content

Commit a48e155

Browse files
authored
Update object_mapper.rst
fix(objectmapper): typo form --> from
1 parent 3cf0bab commit a48e155

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)