mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
docs: fix Popper.js name and removed comma (#23335)
* docs: fix Popper.js name and removed comma * docs: restore comma
This commit is contained in:
parent
3935e069f0
commit
713cfdd130
@ -62,7 +62,7 @@ bower install bootstrap#v{{ site.current_version }}
|
||||
<link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
|
||||
{% endhighlight %}
|
||||
|
||||
<h5>JS, Popper, and jQuery</h5>
|
||||
<h5>JS, Popper.js, and jQuery</h5>
|
||||
{% highlight html %}
|
||||
<script src="{{ site.cdn.jquery }}" integrity="{{ site.cdn.jquery_hash }}" crossorigin="anonymous"></script>
|
||||
<script src="{{ site.cdn.popper }}" integrity="{{ site.cdn.popper_hash }}" crossorigin="anonymous"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user