✏️ Fix typos in docs, from forms (#176)

This commit is contained in:
Christopher Dignam
2019-04-27 09:05:06 -04:00
committed by Sebastián Ramírez
parent f4be79be51
commit 866af5bca6
4 changed files with 4 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ will not be executed.
## Run your code with your debugger
Because you are running the Uvicorn server directly from your code, you can call your Python program (your FastAPI application) directly form the debugger.
Because you are running the Uvicorn server directly from your code, you can call your Python program (your FastAPI application) directly from the debugger.
---