Skip to content

Commit 9dd0e02

Browse files
kenjispaulbalandan
andauthored
docs: fix by proofreading
Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
1 parent cd2abe8 commit 9dd0e02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/concepts/factories.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Or you could also request a specific class:
5555

5656
If you have only ``Blog\Models\UserModel``, the instance will be returned.
5757
But if you have both ``App\Models\UserModel`` and ``Blog\Models\UserModel``,
58-
The instance of ``App\Models\UserModel`` will be returned.
58+
the instance of ``App\Models\UserModel`` will be returned.
5959

6060
If you want to get ``Blog\Models\UserModel``, you need to disable the option ``preferApp``:
6161

0 commit comments

Comments
 (0)