浏览代码

Highlighting important info in typography helper (bringing it to same as other parts of page) (#1396)

Sam Fry 7 年之前
父节点
当前提交
a88fe572df
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/documentation/modifiers/typography-helpers.html

+ 2 - 2
docs/documentation/modifiers/typography-helpers.html

@@ -355,11 +355,11 @@ doc-subtab: typography-helpers
       </tr>
       <tr>
         <td><code>is-lowercase</code></td>
-        <td>Transforms all characters to <strong>lowercase</strong></td>
+        <td>Transforms <strong>all characters</strong> to <strong>lowercase</strong></td>
       </tr>
       <tr>
         <td><code>is-uppercase</code></td>
-        <td>Transforms all characters to <strong>uppercase</strong></td>
+        <td>Transforms <strong>all characters</strong> to <strong>uppercase</strong></td>
       </tr>
       </tbody>
     </table>