📝 Fix docs typos

This commit is contained in:
Sebastián Ramírez
2018-12-15 20:05:24 +04:00
parent ba1bcf76ec
commit efd5c2053e
2 changed files with 5 additions and 5 deletions

View File

@@ -109,7 +109,7 @@ Here the `app` variable will be an "instance" of the class `FastAPI`.
This will be the main point of interaction to create all your API.
This `app` is the same one referred by `uvicorn` in thet command:
This `app` is the same one referred by `uvicorn` in the command:
```bash
uvicorn main:app --debug