mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Fix Typos across Bootstrap repository (#29082)
This commit is contained in:
@@ -26,8 +26,8 @@ import 'bootstrap/js/dist/alert';
|
||||
...
|
||||
{% endhighlight %}
|
||||
|
||||
Bootstrap is dependent on [jQuery](https://jquery.com/) and [Popper](https://popper.js.org/),
|
||||
these are defined as `peerDependencies`, this means that you will have to make sure to add both of them
|
||||
Bootstrap depends on [jQuery](https://jquery.com/) and [Popper](https://popper.js.org/),
|
||||
which are specified in the `peerDependencies` property; this means that you will have to make sure to add both of them
|
||||
to your `package.json` using `npm install --save jquery popper.js`.
|
||||
|
||||
## Importing Styles
|
||||
|
||||
Reference in New Issue
Block a user