Skip to content

Commit 501f111

Browse files
rbwAwk34
authored andcommitted
docs(): fix 'boostrap' typos
1 parent 55f852f commit 501f111

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
* **gen:** fix doc img generation\n\nAdd gulp task to copy images to gh-pages ([5bb43be](https://github.com/angular-fullstack/generator-angular-fullstack/commit/5bb43be))
7474
* **gen:heroku:** fix module export, gen base ([8e50326](https://github.com/angular-fullstack/generator-angular-fullstack/commit/8e50326)), closes [#2148](https://github.com/angular-fullstack/generator-angular-fullstack/issues/2148)
75-
* **webpack:** fix boostrap-sass import path ([bae1c86](https://github.com/angular-fullstack/generator-angular-fullstack/commit/bae1c86))
75+
* **webpack:** fix bootstrap-sass import path ([bae1c86](https://github.com/angular-fullstack/generator-angular-fullstack/commit/bae1c86))
7676

7777

7878

templates/app/gulpfile.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ gulp.task('copy:extras', () => {
542542
});
543543

544544
/**
545-
* turns 'boostrap/fonts/font.woff' into 'boostrap/font.woff'
545+
* turns 'bootstrap/fonts/font.woff' into 'bootstrap/font.woff'
546546
*/
547547
function flatten() {
548548
return through2.obj(function(file, enc, next) {

0 commit comments

Comments
 (0)