Skip to content

Commit 939e46f

Browse files
committed
docs: typo
1 parent 5fd2205 commit 939e46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can preview your work by running `flask run` in the root of your fork. Then
5050

5151
## 1.1 - Import Flask
5252

53-
@pytest.mark.app-import-flask In order to create a flask application, Import the `Flask` class and the `render_template` function from `flask` at the top of the `jobs/app.py` file.
53+
@pytest.mark.app-import-flask In order to create a flask application, import the `Flask` class and the `render_template` function from `flask` at the top of the `jobs/app.py` file.
5454

5555
## 1.2 - Create a Flask Application
5656

0 commit comments

Comments
 (0)