fixes #4564 manually: typo in getting started jumbotron

This commit is contained in:
Mark Otto 2012-08-22 09:48:57 -07:00
parent 5f97e04aa3
commit 6160667b19
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
<header class="jumbotron subhead" id="overview">
<div class="container">
<h1>Getting started</h1>
<p class="lead">Overview of the project, it's contents, and how to get started with a simple template.</p>
<p class="lead">Overview of the project, its contents, and how to get started with a simple template.</p>
</div>
</header>

View File

@ -3,7 +3,7 @@
<header class="jumbotron subhead" id="overview">
<div class="container">
<h1>{{_i}}Getting started{{/i}}</h1>
<p class="lead">{{_i}}Overview of the project, it's contents, and how to get started with a simple template.{{/i}}</p>
<p class="lead">{{_i}}Overview of the project, its contents, and how to get started with a simple template.{{/i}}</p>
</div>
</header>