aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorAnand Chowdhary <[email protected]>2017-05-14 15:28:26 +0530
committerJohann-S <[email protected]>2017-05-14 11:58:26 +0200
commit183205afb87582bf905e1fac0b6c5353c0b2d28c (patch)
tree5d12794fd6b1501d8d7e520f81a83569495af4bd /docs/index.html
parent21c38641342b98d7590b9c901f77d2a21e99f1fd (diff)
downloadbootstrap-183205afb87582bf905e1fac0b6c5353c0b2d28c.tar.xz
bootstrap-183205afb87582bf905e1fac0b6c5353c0b2d28c.zip
Change "Max CDN" to "MaxCDN"
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 177600bcf..612a74171 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -29,7 +29,7 @@ layout: home
</div>
<div class="col-sm-6 mb-3">
<h4>Bootstrap CDN</h4>
- <p>When you just need to include Bootstrap's compiled CSS and JS, use the Bootstrap CDN, free from the Max CDN folks.</p>
+ <p>When you just need to include Bootstrap's compiled CSS and JS, use the Bootstrap CDN, free from the MaxCDN folks.</p>
{% highlight html %}
<link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
<script src="{{ site.cdn.jquery }}" integrity="{{ site.cdn.jquery_hash }}" crossorigin="anonymous"></script>