Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-11-15 09:24:34 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-11-15 16:55:21 +0300
commitea4db3f89d1128abde592b2768a74dd5e7701037 (patch)
treec30f4bcceaf4f217f8fffba82bfca7b014c77a0c /site/index.html
parent9201a805101943f9ec088639d520d7d2874bbed1 (diff)
Use fancy apostrophe in HTML files.
For Markdown files, this isn't needed because the Markdown converter takes care of this.
Diffstat (limited to 'site/index.html')
-rw-r--r--site/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/index.html b/site/index.html
index d136f62c46..ebe84841fc 100644
--- a/site/index.html
+++ b/site/index.html
@@ -11,7 +11,7 @@ layout: home
<div class="col-md-6 order-md-1 text-center text-md-left pr-md-5">
<h1 class="mb-3 bd-text-purple-bright">Bootstrap</h1>
<p class="lead">
- Build responsive, mobile-first projects on the web with the world's most popular front-end component library.
+ Build responsive, mobile-first projects on the web with the world’s most popular front-end component library.
</p>
<p class="lead mb-4">
Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful plugins built on jQuery.
@@ -38,7 +38,7 @@ layout: home
<!-- Icon by Bytesize https://github.com/danklammer/bytesize-icons -->
{% include icons/import.svg width="32" height="32" class="text-primary mb-2" %}
<h3>Installation</h3>
- <p>Include Bootstrap's source Sass and JavaScript files via npm, Composer or Meteor. Package managed installs don't include documentation, but do include our build system and readme.</p>
+ <p>Include Bootstrap’s source Sass and JavaScript files via npm, Composer or Meteor. Package managed installs don’t include documentation, but do include our build system and readme.</p>
{% highlight sh %}
npm install bootstrap
@@ -56,7 +56,7 @@ gem install bootstrap -v {{ site.current_ruby_version }}
<!-- Icon by Bytesize https://github.com/danklammer/bytesize-icons -->
{% include icons/download.svg width="32" height="32" class="text-primary mb-2" %}
<h3>BootstrapCDN</h3>
- <p>When you only need to include Bootstrap's compiled CSS or JS, you can use <a href="https://www.bootstrapcdn.com/">BootstrapCDN</a>.</p>
+ <p>When you only need to include Bootstrap’s compiled CSS or JS, you can use <a href="https://www.bootstrapcdn.com/">BootstrapCDN</a>.</p>
<h5>CSS only</h5>
{% highlight html %}