10000 Minor typos. · pythonanywhere/flask-tutorials@ab2f213 · GitHub
[go: up one dir, main page]

Skip to content

Commit ab2f213

Browse files
committed
Minor typos.
1 parent 8148c9f commit ab2f213

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tutorial-1.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ the tour so that you can learn how the site works -- it'll only take a minute or
2121

2222
<img width="500" src="/static/images/flask-tutorial-signed-in.png">
2323

24-
At the end of the tour you'll be presented with some options to "learn more". You can just iht "End tour" here,
24+
At the end of the tour you'll be presented with some options to "learn more". You can just click "End tour" here,
2525
because this tutorial will tell you all you need to know.
2626

2727
<img width="500" src="/static/images/flask-tutorial-tour-learn-more.png">
@@ -418,17 +418,17 @@ Save the file, then go to the tab that's showing your site, and hit the page ref
418418
Let's improve things a bit more. In the template editor tab, add this at the start of the "Body" section:
419419

420420
<nav class="navbar navbar-inverse">
421-
<div class="container">
422-
<div class="navbar-header">
423-
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
424-
<span class="sr-only">Toggle navigation</span>
425-
<span class="icon-bar"></span>
426-
<span class="icon-bar"></span>
427-
<span class="icon-bar"></span>
428-
</button>
429-
<a class="navbar-brand" href="#">My scratchpad</a>
421+
<div class="container">
422+
<div class="navbar-header">
423+
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
424+
<span class="sr-only">Toggle navigation</span>
425+
<span class="icon-bar"></span>
426+
<span class="icon-bar"></span>
427+
<span class="icon-bar"></span>
428+
</button>
429+
<a class="navbar-brand" href="#">My scratchpad</a>
430+
</div>
430431
</div>
431-
</div>
432432
</nav>
433433

434434

0 commit comments

Comments
 (0)
0