Skip to content

Commit 2e07f81

Browse files
committed
Fix typos
1 parent 97314d8 commit 2e07f81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

worksheet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Now you're going to set up a basic web application with Flask and Python. You wi
3333
```bash
3434
mkdir webapp
3535
```
36-
36+
3737
`mkdir` means "make directory": a directory is a folder. It can contain files and more folders.
3838
3939
1. Navigate into this directory using the `cd` command and pressing **enter**:
@@ -148,7 +148,7 @@ Next you'll modify your existing routes to return full HTML templates rather tha
148148
</html>
149149
```
150150
151-
1. Save the file as `index.html` in the `templates` directory which you'll find inside `Pi` and then `webapp` directories.
151+
1. Save the file as `index.html` in the `templates` directory which you'll find inside `pi` and then `webapp` directories.
152152
153153
1. Return to your `app.py` file in IDLE and modify the first line of your code to import the `render_template` function as well:
154154
@@ -214,7 +214,7 @@ Cascading Style Sheets (CSS) are rules for how HTML content is displayed by the
214214
215215
![Flask app with colour](images/flask-app-with-colour.png)
216216
217-
You have so far created a number of files and directories. It is worth just double checking your `webapp` project directory which should cotain the following and have a structure like this now:
217+
You have so far created a number of files and directories. It is worth just double checking your `webapp` project directory which should contain the following and have a structure like this now:
218218
219219
```
220220
├── app.py

0 commit comments

Comments
 (0)