Skip to content

Commit 713cfdd

Browse files
FezVrastamdo
authored andcommitted
docs: fix Popper.js name and removed comma (twbs#23335)
* docs: fix Popper.js name and removed comma * docs: restore comma
1 parent 3935e06 commit 713cfdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h5>CSS only</h5>
6262
<link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
6363
{% endhighlight %}
6464

65-
<h5>JS, Popper, and jQuery</h5>
65+
<h5>JS, Popper.js, and jQuery</h5>
6666
{% highlight html %}
6767
<script src="{{ site.cdn.jquery }}" integrity="{{ site.cdn.jquery_hash }}" crossorigin="anonymous"></script>
6868
<script src="{{ site.cdn.popper }}" integrity="{{ site.cdn.popper_hash }}" crossorigin="anonymous"></script>

0 commit comments

Comments
 (0)