From 92c26af81481e9fdcd9bcff7e477d0750a359979 Mon Sep 17 00:00:00 2001 From: Mark Otto <markdotto@gmail.com> Date: Mon, 7 Aug 2017 16:13:52 -0700 Subject: [PATCH] word change --- _config.yml | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 9ddbe2dffb..9d20eb108a 100644 --- a/_config.yml +++ b/_config.yml @@ -24,7 +24,7 @@ gems: # Social title: Bootstrap -description: The most popular HTML, CSS, and JS framework in the world. +description: The most popular HTML, CSS, and JS library in the world. twitter: getbootstrap authors: Mark Otto, Jacob Thornton, and Bootstrap contributors social_logo_path: /assets/brand/bootstrap-social-logo.png diff --git a/index.html b/index.html index f28f4ce162..65778562e3 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ layout: home <main class="bd-masthead" id="content" role="main"> <div class="container"> {% include icons/bootstrap.svg class="mb-3" width="128" height="128" %} - <p class="lead">Bootstrap is the most popular HTML, CSS, and JS framework in the world for building responsive, mobile-first projects on the web.</p> + <p class="lead">Bootstrap is the most popular HTML, CSS, and JS library in the world for building responsive, mobile-first projects on the web.</p> <p class="lead"> <a href="{{ site.baseurl }}/getting-started/download/" class="btn btn-lg btn-bd-yellow" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a> </p> -- GitLab