From c2b45d4f8ee2f5d9add6d924bd7550b60366eb61 Mon Sep 17 00:00:00 2001 From: tangkikodo Date: Mon, 13 Mar 2023 12:29:11 +0800 Subject: [PATCH] Fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4b8cc9..061a039 100644 --- a/README.md +++ b/README.md @@ -887,7 +887,7 @@ class Profile(BaseModel): ``` ### 21. Raise a ValueError in custom pydantic validators, if schema directly faces the client -It wil return a nice detailed response to users. +It will return a nice detailed response to users. ```python # src.profiles.schemas from pydantic import BaseModel, validator