Skip to content

Commit f48c272

Browse files
committed
Merge pull request #2 from ironyee/master
fix misspelt word 'boostrap'
2 parents d1226f4 + bd7bd4d commit f48c272

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bootstrap.config.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
// ## Include Less
88

99
// Include our main less style sheet here so we can
10-
// take advantage of boostrap variables and mixins.
10+
// take advantage of bootstrap variables and mixins.
1111
@import "style.less";
1212

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="description" content="">
1010
<meta name="author" content="">
1111

12-
<title>boostrap-webpack example</title>
12+
<title>bootstrap-webpack example</title>
1313

1414
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
1515
<!--[if lt IE 9]>
@@ -30,7 +30,7 @@ <h2>bootstrap-webpack example</h2>
3030
</p>
3131
<p>
3232
<a class="btn btn-primary" href="https://github.com/bline/bootstrap-webpack">bootstrap-webpack</a>
33-
<a class="btn btn-info" href="https://github.com/bline/bootstrap-webpack-example">boostrap-webpack-example</a>
33+
<a class="btn btn-info" href="https://github.com/bline/bootstrap-webpack-example">bootstrap-webpack-example</a>
3434
</p>
3535
</div>
3636

0 commit comments

Comments
 (0)