Skip to content

Commit 71411fe

Browse files
author
tsheiner
committed
fix missing closing tag
1 parent 550494e commit 71411fe

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

ui/components/global-navigation/index.docs.jsx

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,14 @@ export default (
7474
<ComponentDocs>
7575
<h2 className={pf('site-text-heading--label')}>1.0. Building the Navigation Bar</h2>
7676
<NavigationBar showSections />
77-
<p>The navigation bar is composed of a wrapper and 2 required and 1 optional region:</p>
78-
79-
<ul>
80-
<li><strong>Primary,</strong> which contains the App Launcher and App Name</li>
81-
<li><strong>Secondary,</strong> which contains the App Items, for navigating within the current app</li>
82-
<li>And optionally, <strong>Tertiary,</strong> which includes Actions, for triggering actions specific to the current app.</li>
83-
</ul>
84-
77+
<p>The navigation bar is composed of a wrapper and 2 required and 1 optional region:</p>
78+
<ul>
79+
<li><strong>Primary,</strong> which contains the App Launcher and App Name</li>
80+
<li><strong>Secondary,</strong> which contains the App Items, for navigating within the current app</li>
81+
<li>And optionally, <strong>Tertiary,</strong> which includes Actions, for triggering actions specific to the current app.</li>
82+
</ul>
8583
<p>The markup should follow the order listed above for proper keyboard interaction set by the 508 compliance standards.
86-
Each included region inside the wrapper of <CodeClass className="context-bar" /> needs the appropriate ordering class name, e.g. <CodeClass className="slds-context-bar__primary" />.
84+
Each included region inside the wrapper of <CodeClass className="context-bar" /> needs the appropriate ordering class name, e.g. <CodeClass className="slds-context-bar__primary" />. </p>
8785

8886
<h2 className={pf('site-text-heading--label')}>1.1. Items on the Navigation Bar</h2>
8987
<NavigationBar showItems />

0 commit comments

Comments
 (0)