Skip to content

Commit 4c49ddb

Browse files
committed
Minor rewording
1 parent 77119b5 commit 4c49ddb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1 class="display-3">Welcome</h1>
5252
<div class="row">
5353
<div class="panel col-sm">
5454
<h4><i class="fa fa-info-circle" aria-hidden="true"></i> Introduction</h4>
55-
<p>Why you might want to learn SQL, the level of knowledge you will need to use this tutorial and how you can help to improve it.</p>
55+
<p>Why you might want to learn SQL, the level of knowledge you will need for this tutorial and how you can help to improve it.</p>
5656
<div class="panel-button">
5757
<a class="btn btn-secondary" href="/sql_python_tutorial/pages/intro" role="button">View details&nbsp;<i class="fa fa-angle-double-right fa-fw" aria-hidden="true"></i></a>
5858
</div>

templates/pages/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1 class="display-3">Welcome</h1>
1111
<div class="row">
1212
<div class="panel col-sm">
1313
<h4><i class="fa fa-info-circle" aria-hidden="true"></i> Introduction</h4>
14-
<p>Why you might want to learn SQL, the level of knowledge you will need to use this tutorial and how you can help to improve it.</p>
14+
<p>Why you might want to learn SQL, the level of knowledge you will need for this tutorial and how you can help to improve it.</p>
1515
<div class="panel-button">
1616
<a class="btn btn-secondary" href="/{{root}}/pages/intro" role="button">View details&nbsp;<i class="fa fa-angle-double-right fa-fw" aria-hidden="true"></i></a>
1717
</div>

0 commit comments

Comments
 (0)