✏️ Fix typos

This commit is contained in:
Sebastián Ramírez
2019-03-02 19:54:52 +04:00
parent 770b4421f9
commit 1896153d58
18 changed files with 22 additions and 22 deletions

View File

@@ -300,7 +300,7 @@ That's something that you can improve in this example application, here's the cu
}
```
## Interact with the database direclty
## Interact with the database directly
If you want to explore the SQLite database (file) directly, independently of FastAPI, to debug its contents, add tables, columns, records, modify data, etc. you can use <a href="https://sqlitebrowser.org/" target="_blank">DB Browser for SQLite</a>.