From 713cfdd1303d02092c9ca02597d3e841090e02f1 Mon Sep 17 00:00:00 2001 From: Federico Zivolo <federico.zivolo@gmail.com> Date: Fri, 11 Aug 2017 19:58:34 +0200 Subject: [PATCH] docs: fix Popper.js name and removed comma (#23335) * docs: fix Popper.js name and removed comma * docs: restore comma --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index caf7e417f8..aa3840da9e 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>