diff options
| author | Federico Zivolo <[email protected]> | 2017-08-11 19:58:34 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-11 10:58:34 -0700 |
| commit | 713cfdd1303d02092c9ca02597d3e841090e02f1 (patch) | |
| tree | cf834358a7005b5c842e273036740abd6cd8c5c3 | |
| parent | 3935e069f0918010840c40939f6de69a17f25438 (diff) | |
| download | bootstrap-713cfdd1303d02092c9ca02597d3e841090e02f1.tar.xz bootstrap-713cfdd1303d02092c9ca02597d3e841090e02f1.zip | |
docs: fix Popper.js name and removed comma (#23335)
* docs: fix Popper.js name and removed comma
* docs: restore comma
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index caf7e417f..aa3840da9 100644 --- a/index.html +++ b/index.html @@ -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> |
