Skip to content

Commit 7fbb8e6

Browse files
committed
Merge pull request #4 from gwtnz/gh-pages
fix typo on button
2 parents f720080 + 4459b03 commit 7fbb8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<div class="container">
1818
<div class="jumbotron">
1919
<h1>Foo!</h1>
20-
<button class="btn btn-primary btn-lg">Fancy <i class="fa fa-automobile">foo icon on the button!</i></button>
20+
<button class="btn btn-primary btn-lg">Fancy <i class="fa fa-automobile"></i> car icon on the button!</button>
2121
</div>
2222
</div>
2323

0 commit comments

Comments
 (0)