From 6590ccd536a616795054deb955e7087678a5fe0e Mon Sep 17 00:00:00 2001 From: Nick Trahan <43890781+Nick-Trahan@users.noreply.github.com> Date: Fri, 7 Dec 2018 08:35:59 -0600 Subject: [PATCH] Small grammar update (#24687) --- guide/english/css/navigation-bars/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/navigation-bars/index.md b/guide/english/css/navigation-bars/index.md index fc05899f87..5bdf9a2ba6 100644 --- a/guide/english/css/navigation-bars/index.md +++ b/guide/english/css/navigation-bars/index.md @@ -3,7 +3,7 @@ title: Navigation Bars --- ## Navigation Bars -Navigation bars are a very important element to any website. They provide the main method of navigation by providing a main list of links to a user. There are many methods to creating a navigation bar. The easiest way to create a navigation bar is to use an unordered list and style it with CSS. +Navigation bars are a very important element to any website. They provide the primary method of navigation by presenting a list of links to a user. There are many methods to creating a navigation bar. The easiest way to create a navigation bar is to use an unordered list and style it with CSS. Navigation Bars are mostly made up of `