From 63ea40ebee002cc405b8a99f7b29c2e2cd79da02 Mon Sep 17 00:00:00 2001 From: "Luke Charles (charle44)" Date: Sat, 12 Oct 2019 15:58:23 +0100 Subject: [PATCH] grammatical change changed the wording of a specific section --- 04 CSS3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04 CSS3.md b/04 CSS3.md index 153ca8e1..4630da37 100644 --- a/04 CSS3.md +++ b/04 CSS3.md @@ -536,7 +536,7 @@ body { The next task is to build a navigation menu bar to the website using CSS. Depending on the number of menu items, the menu bar can contain multi-level menus. -A menu bar is be defined as an HTML unordered list. Each menu in a menu bar is a list item. +A menu bar can be defined as a HTML unordered list. Each menu in a menu bar is a list item. The menus can contain submenus. A submenu is coded as a list that is within the parent menu's list item.