Skip to content

Commit

Permalink
docs(CDN): improve wording to match master and fix #30873 (#30896)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed May 26, 2020
1 parent 58dd4cc commit daa01aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/4.5/getting-started/download.md
Expand Up @@ -43,7 +43,7 @@ Skip the download with [BootstrapCDN](https://www.bootstrapcdn.com/) to deliver
<script src="{{ site.cdn.js }}" integrity="{{ site.cdn.js_hash }}" crossorigin="anonymous"></script>
{% endhighlight %}

If you're using our compiled JavaScript, don't forget to include CDN versions of jQuery and Popper.js before it.
If you're using our compiled JavaScript, don't forget to include jQuery and Popper.js, via a CDN preferably, before our JS.

{% highlight html %}
<script src="{{ site.cdn.jquery }}" integrity="{{ site.cdn.jquery_hash }}" crossorigin="anonymous"></script>
Expand Down

0 comments on commit daa01aa

Please sign in to comment.