Skip to content

Commit

Permalink
chore(docs): Correct the spelling of Bootstrap 4 (angular#3184)
Browse files Browse the repository at this point in the history
  • Loading branch information
demus authored and hansl committed Nov 23, 2016
1 parent b1cbf17 commit fe4b35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ Some javascript libraries need to be added to the global scope, and loaded as if
they were in a script tag. We can do this using the `apps[0].scripts` and
`apps[0].styles` properties of `angular-cli.json`.

As an example, to use [Boostrap 4](http://v4-alpha.getbootstrap.com/) this is
As an example, to use [Bootstrap 4](http://v4-alpha.getbootstrap.com/) this is
what you need to do:

First install Bootstrap from `npm`:
Expand Down

0 comments on commit fe4b35b

Please sign in to comment.