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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue