✏ Fix typos in multiple files in the docs (#400)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
VictorGambarini
2022-08-28 09:22:59 +12:00
committed by GitHub
parent 1e69c00538
commit ad0766fe3e
12 changed files with 72 additions and 72 deletions

View File

@@ -12,7 +12,7 @@ Let's add the models for the teams.
It's the same process we did for heroes, with a base model, a **table model**, and some other **data models**.
We have a `TeamBase` **data model**, and from it we inherit with a `Team` **table model**.
We have a `TeamBase` **data model**, and from it, we inherit with a `Team` **table model**.
Then we also inherit from the `TeamBase` for the `TeamCreate` and `TeamRead` **data models**.
@@ -108,9 +108,9 @@ These are equivalent and very similar to the **path operations** for the **heroe
## Using Relationships Attributes
Up to this point we are actually not using the **relationship attributes**, but we could access them in our code.
Up to this point, we are actually not using the **relationship attributes**, but we could access them in our code.
In the next chapter we will play more with them.
In the next chapter, we will play more with them.
## Check the Docs UI