Skip to content

Commit fc403c9

Browse files
✏️ Correct grammar (#70)
1 parent 4b93dc7 commit fc403c9

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_slug}}/backend/app/app/db

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/backend/app/app/db/init_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from app.schemas.user import UserCreate
44

55
# make sure all SQL Alchemy models are imported before initializing DB
6-
# otherwise, SQL Alchemy might fail to initialize properly relationships
6+
# otherwise, SQL Alchemy might fail to initialize relationships properly
77
# for more details: https://github.com/tiangolo/full-stack-fastapi-postgresql/issues/28
88
from app.db import base
99

0 commit comments

Comments
 (0)