Skip to content

Commit

Permalink
docs: fix Popper.js name and removed comma (twbs#23335)
Browse files Browse the repository at this point in the history
* docs: fix Popper.js name and removed comma

* docs: restore comma
  • Loading branch information
FezVrasta authored and mdo committed Aug 11, 2017
1 parent 3935e06 commit 713cfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h5>CSS only</h5>
<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>
Expand Down

0 comments on commit 713cfdd

Please sign in to comment.