From 5d88943a52f9438d6e76c51e4315f603353b8b36 Mon Sep 17 00:00:00 2001
From: Christian <christianoliff@yahoo.com>
Date: Mon, 2 Sep 2013 21:36:54 +0900
Subject: [PATCH] Update index.html

Updated text in the jumbotron container to reflect the Bootstrap 3 change from 'hero unit' to 'jumbotron'.
---
 examples/theme/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/theme/index.html b/examples/theme/index.html
index 2d8925a16a..a0f3128bfe 100644
--- a/examples/theme/index.html
+++ b/examples/theme/index.html
@@ -64,7 +64,7 @@
       <!-- Main jumbotron for a primary marketing message or call to action -->
       <div class="jumbotron">
         <h1>Hello, world!</h1>
-        <p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
+        <p>This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
         <p><a href="#" class="btn btn-primary btn-lg" role="button">Learn more &raquo;</a></p>
       </div>
 
-- 
GitLab