]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4564 manually: typo in getting started jumbotron
authorMark Otto <markotto@twitter.com>
Wed, 22 Aug 2012 16:48:57 +0000 (09:48 -0700)
committerMark Otto <markotto@twitter.com>
Wed, 22 Aug 2012 16:48:57 +0000 (09:48 -0700)
docs/getting-started.html
docs/templates/pages/getting-started.mustache

index 952c246548a073cef2087847d7c7781690345005..c96c79eb1465fb7df6ae214af4cea260664de8f3 100644 (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>
 
index 8b58e62b72c89806c9c2bb6f492eb44b0d824261..f49f42e024b41a34ecedeee7e13ddafc2ea6ed22 100644 (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>