Skip to content

Commit e15800e

Browse files
typo
1 parent 7db3923 commit e15800e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def create_app(config_class=DevelopmentConfig):
88
app = Flask(__name__)
99
app.config.from_object(config_class)
1010

11-
# initialize extenstions
11+
# initialize extensions
1212
db.init_app(app)
1313
migrate.init_app(app, db)
1414
jwt.init_app(app)

0 commit comments

Comments
 (0)