docs: fix by proofreading

Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
This commit is contained in:
kenjis 2022-04-06 17:29:23 +09:00 committed by GitHub
parent cd2abe85e6
commit 9dd0e02d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ Or you could also request a specific class:
If you have only ``Blog\Models\UserModel``, the instance will be returned.
But if you have both ``App\Models\UserModel`` and ``Blog\Models\UserModel``,
The instance of ``App\Models\UserModel`` will be returned.
the instance of ``App\Models\UserModel`` will be returned.
If you want to get ``Blog\Models\UserModel``, you need to disable the option ``preferApp``: