Skip to content

Commit

Permalink
docs(): fix 'boostrap' typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rbw authored and Awk34 committed Dec 31, 2016
1 parent 55f852f commit 501f111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

* **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))
* **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)
* **webpack:** fix boostrap-sass import path ([bae1c86](https://github.com/angular-fullstack/generator-angular-fullstack/commit/bae1c86))
* **webpack:** fix bootstrap-sass import path ([bae1c86](https://github.com/angular-fullstack/generator-angular-fullstack/commit/bae1c86))



Expand Down
2 changes: 1 addition & 1 deletion templates/app/gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ gulp.task('copy:extras', () => {
});

/**
* turns 'boostrap/fonts/font.woff' into 'boostrap/font.woff'
* turns 'bootstrap/fonts/font.woff' into 'bootstrap/font.woff'
*/
function flatten() {
return through2.obj(function(file, enc, next) {
Expand Down

0 comments on commit 501f111

Please sign in to comment.