diff --git a/docs/index.md b/docs/index.md index 309782b..4834346 100644 --- a/docs/index.md +++ b/docs/index.md @@ -179,7 +179,7 @@ class UserWithAddress(UserDetails): address: str class UserWithFriends(UserDetails): - best_friend: UserDetail + best_friend: UserDetails friends: List[UserDetails] ```