]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Fix typo in SQL tutorial (#138)
authorMatthew McLeod <mtthwmcld@gmail.com>
Fri, 5 Apr 2019 12:22:33 +0000 (13:22 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 5 Apr 2019 12:22:33 +0000 (16:22 +0400)
docs/tutorial/sql-databases.md

index 41e6eb4f468da86d3b18d8599024618d6dad141d..bf2b86fb93aa24c5cad3cf9f2fcbd47655cae76b 100644 (file)
@@ -86,7 +86,7 @@ This object (class) is not a connection to the database yet, but once we create
 
 We name it `SessionLocal` to distinguish it form the `Session` we are importing from SQLAlchemy.
 
-We will use `Session` to declare types later and getter better editor support and completion.
+We will use `Session` to declare types later and to get better editor support and completion.
 
 For now, create the `SessionLocal`: