From 138b5a8c0569e548ec93803aaa88ea7033363680 Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Wed, 5 Sep 2012 23:07:52 -0300 Subject: [PATCH] Fix small documentatio typos. --- docs/getting-started.html | 2 +- docs/scaffolding.html | 8 ++++---- docs/templates/pages/getting-started.mustache | 2 +- docs/templates/pages/scaffolding.mustache | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/getting-started.html b/docs/getting-started.html index 5ef9026881..74f91b7958 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -199,7 +199,7 @@ -

With a brief intro into the contents out of the way, we can focus putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the File structure.

+

With a brief intro into the contents out of the way, we can focus on putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the File structure.

Now, here's a look at a typical HTML file:

 <!DOCTYPE html>
diff --git a/docs/scaffolding.html b/docs/scaffolding.html
index 75cb761d53..4b23eed886 100644
--- a/docs/scaffolding.html
+++ b/docs/scaffolding.html
@@ -201,7 +201,7 @@
           

To nest your content with the default grid, add a new .row and set of .span* columns within an existing .span* column. Nested rows should include a set of columns that add up to the number of columns of its parent.

- Level 1 of column + Level 1 column
Level 2 @@ -318,10 +318,10 @@
 <div class="row-fluid">
   <div class="span12">
-    Level 1 of column
+    Fluid 12
     <div class="row-fluid">
-      <div class="span6">Level 2</div>
-      <div class="span6">Level 2</div>
+      <div class="span6">Fluid 6</div>
+      <div class="span6">Fluid 6</div>
     </div>
   </div>
 </div>
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache
index 513124c27f..e9f86dc986 100644
--- a/docs/templates/pages/getting-started.mustache
+++ b/docs/templates/pages/getting-started.mustache
@@ -128,7 +128,7 @@
           
-          

{{_i}}With a brief intro into the contents out of the way, we can focus putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the File structure.{{/i}}

+

{{_i}}With a brief intro into the contents out of the way, we can focus on putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the File structure.{{/i}}

{{_i}}Now, here's a look at a typical HTML file:{{/i}}

 <!DOCTYPE html>
diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache
index 0d9c191e36..f87af3c900 100644
--- a/docs/templates/pages/scaffolding.mustache
+++ b/docs/templates/pages/scaffolding.mustache
@@ -130,7 +130,7 @@
           

{{_i}}To nest your content with the default grid, add a new .row and set of .span* columns within an existing .span* column. Nested rows should include a set of columns that add up to the number of columns of its parent.{{/i}}

- {{_i}}Level 1 of column{{/i}} + {{_i}}Level 1 column{{/i}}
{{_i}}Level 2{{/i}} @@ -247,10 +247,10 @@
 <div class="row-fluid">
   <div class="span12">
-    {{_i}}Level 1 of column{{/i}}
+    {{_i}}Fluid 12{{/i}}
     <div class="row-fluid">
-      <div class="span6">{{_i}}Level 2{{/i}}</div>
-      <div class="span6">{{_i}}Level 2{{/i}}</div>
+      <div class="span6">{{_i}}Fluid 6{{/i}}</div>
+      <div class="span6">{{_i}}Fluid 6{{/i}}</div>
     </div>
   </div>
 </div>
-- 
2.47.2