docs: Fixed mini typo (#28149)

Fix mini typo from objets to objects
This commit is contained in:
Zapiron 2024-11-17 05:31:31 +08:00 committed by GitHub
parent 709c418022
commit 2de59d0b3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,7 +132,7 @@ should ensure that they are passing Pydantic 2 objects to these APIs rather than
Pydantic 1 objects (created via the `pydantic.v1` namespace of pydantic 2).
:::caution
While `v1` objets may be accepted by some of these APIs, users are advised to
While `v1` objects may be accepted by some of these APIs, users are advised to
use Pydantic 2 objects to avoid future issues.
:::