Improve wording of container usage description

The word "either" is meant to be used for two things, but the list contains 4 items. Proposing that "either" is replaced with "one of the following" for improved grammar.
This commit is contained in:
Sharon Wang 2020-10-12 21:42:53 -04:00 committed by Jeremy Thomas
parent bd1b032be8
commit f74cfc4475

View File

@ -101,7 +101,7 @@ meta:
<div class="content"> <div class="content">
<p> <p>
The <code>container</code> is a simple utility element that allows you to <strong>center</strong> content on larger viewports. It can be used in any context, but mostly as a <strong>direct child</strong> of either: The <code>container</code> is a simple utility element that allows you to <strong>center</strong> content on larger viewports. It can be used in any context, but mostly as a <strong>direct child</strong> of one of the following:
</p> </p>
<ul> <ul>
<li><code>navbar</code></li> <li><code>navbar</code></li>