diff options
| author | Mark Otto <[email protected]> | 2012-08-22 09:48:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-22 09:48:57 -0700 |
| commit | 6160667b1937115f799be5e8d5a5597b72f325e6 (patch) | |
| tree | 7be72fd168aac3d30133c65ac3e827ec005e54a0 /docs | |
| parent | 5f97e04aa3a8257f4ae961ad4b095c1312cae7c6 (diff) | |
| download | bootstrap-6160667b1937115f799be5e8d5a5597b72f325e6.tar.xz bootstrap-6160667b1937115f799be5e8d5a5597b72f325e6.zip | |
fixes #4564 manually: typo in getting started jumbotron
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/getting-started.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 952c24654..c96c79eb1 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -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> diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index 8b58e62b7..f49f42e02 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -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> |
