From 0b878890ad8599f6cbec6cf30bfdbfa92d42fc2d Mon Sep 17 00:00:00 2001 From: Jerica Harwood <44452147+jericaharwood@users.noreply.github.com> Date: Wed, 24 Oct 2018 20:45:31 -0400 Subject: [PATCH] Removed unnecessary word (#28282) Removed "that" in the "What is a responsive website" section. --- guide/english/bootstrap/get-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/bootstrap/get-started/index.md b/guide/english/bootstrap/get-started/index.md index d56fbd9b47..988e4fe96f 100644 --- a/guide/english/bootstrap/get-started/index.md +++ b/guide/english/bootstrap/get-started/index.md @@ -5,7 +5,7 @@ title: Get Started Bootstrap is a free and open source framework developed by Twitter that provides a variety of templates for use with front-end web development. Using Bootstrap makes it easy to design a fully responsive website and is a framework worth learning. #### What is a responsive website -A responsive website is a website that resizes and rearranges that items on the page depending on the size of your browser. With a responsive website, if you resize your browser you can see the changes occur in real time. Bootstrap makes your website responsive for you. +A responsive website is a website that resizes and rearranges items on the page depending on the size of your browser. With a responsive website, if you resize your browser you can see the changes occur in real time. Bootstrap makes your website responsive for you. #### How do I add Bootstrap to my page Adding bootstrap to your page is a fast process, just add the following to the `` tags in your code.