Skip to content

Commit 4459b03

Browse files
committed
fix typo on button
1 parent 04ca901 commit 4459b03

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)