]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Improve wording of container usage description
authorSharon Wang <sharon-wang@users.noreply.github.com>
Tue, 13 Oct 2020 01:42:53 +0000 (21:42 -0400)
committerJeremy Thomas <bbxdesign@gmail.com>
Tue, 13 Oct 2020 06:53:54 +0000 (07:53 +0100)
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.

docs/documentation/layout/container.html

index 848030b41ec3f5f873173b4181450bd246e08661..b07fc5eac5feb629d1fcbf0e8206ed4dcc51d20e 100644 (file)
@@ -101,7 +101,7 @@ meta:
 
 <div class="content">
   <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>
   <ul>
     <li><code>navbar</code></li>