mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 05:26:45 +00:00
✏️ Fix typos in docs (#734)
This commit is contained in:
parent
44b26bb64c
commit
28c089c029
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ Later, for your production application, you might want to use a database server
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! tip
|
!!! tip
|
||||||
If you where connecting to a different database (e.g. PostgreSQL), you would need to change the `DATABASE_URL`.
|
If you were connecting to a different database (e.g. PostgreSQL), you would need to change the `DATABASE_URL`.
|
||||||
|
|
||||||
## Create the tables
|
## Create the tables
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ Before diving deeper into the **Dependency Injection** system, let's upgrade the
|
||||||
|
|
||||||
## A `dict` from the previous example
|
## A `dict` from the previous example
|
||||||
|
|
||||||
In the previous example, we where returning a `dict` from our dependency ("dependable"):
|
In the previous example, we are returning a `dict` from our dependency ("dependable"):
|
||||||
|
|
||||||
```Python hl_lines="7"
|
```Python hl_lines="7"
|
||||||
{!./src/dependencies/tutorial001.py!}
|
{!./src/dependencies/tutorial001.py!}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue