]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Change wording
authorJeremy Thomas <bbxdesign@gmail.com>
Wed, 13 May 2020 12:09:44 +0000 (13:09 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Wed, 13 May 2020 12:09:44 +0000 (13:09 +0100)
docs/documentation/helpers/spacing-helpers.html

index 9d09573b66f367092c13926cf0655195bdff1703..e60914c8c6b3f37a4c4eb323ba2eaaf73fbfc487 100644 (file)
@@ -38,7 +38,7 @@ customValues:
 {% include elements/new-tag.html version="0.9.0" %}
 
 <div class="content">
-  <p>Bulma provides you <strong>margin</strong> <code>m*</code> and <strong>padding</strong> <code>p*</code> helpers in all <strong>directions</strong>:</p>
+  <p>Bulma provides <strong>margin</strong> <code>m*</code> and <strong>padding</strong> <code>p*</code> helpers in all <strong>directions</strong>:</p>
 
   <ul>
     <li>
@@ -62,7 +62,7 @@ customValues:
   </ul>
 
   <p>
-    You can <strong>combine</strong> a margin/padding prefix with a direciton suffix. For example:
+    You need to <strong>combine</strong> a margin/padding prefix with a direciton suffix. For example:
   </p>
 
   <ul>
@@ -94,7 +94,7 @@ customValues:
 
 {% include elements/anchor.html name="List of all spacing helpers" %}
 
-<p>
+<p class="block">
   There are <strong>84 spacing helpers</strong> to choose from:
 </p>
 
@@ -131,13 +131,13 @@ $spacing-values: ("small": 10px, "medium": 30px, "large": 60px);
       <strong>padding</strong> to be totally <strong class="has-text-danger">excluded</strong>
     </li>
     <li>
-      <strong>horizontal</strong> to be abbreviated to <code>h</code> as shortcut
+      <strong>horizontal</strong> to be abbreviated to <code>h</code>
     </li>
     <li>
-      <strong>vertical</strong> to be ommited
+      <strong>vertical</strong> to be excluded as well
     </li>
     <li>
-      to only have 3 values: <strong>"small"</strong> at <code>10px</code>, <strong>"medium"</strong> at <code>30px</code>, and <strong>"large"</strong> at <code>60px</code>
+      and to only have 3 values: <strong>"small"</strong> at <code>10px</code>, <strong>"medium"</strong> at <code>30px</code>, and <strong>"large"</strong> at <code>60px</code>
     </li>
   </ul>
   <p>