diff --git a/docs/helpers/typography.mdx b/docs/helpers/typography.mdx index 94cf664c..bb8adf1e 100644 --- a/docs/helpers/typography.mdx +++ b/docs/helpers/typography.mdx @@ -108,7 +108,7 @@ Use one of the following classes to set the horizontal align of your text inside | Class | Property | |-------|----------| | `has-text-justified` | `text-align: justify;` | -| `has-text-centered` | `text-align: center;` | +| `has-text-center` | `text-align: center;` | | `has-text-left` | `text-align: left;` | | `has-text-right` | `text-align: right;` | @@ -128,10 +128,10 @@ Use the `has-text-left` helper to align inline contents to the left:
Left aligned text
``` -Use the `has-text-centered` helper to center inline contents: +Use the `has-text-center` helper to center inline contents: ```html live=true -
Centered text
+
Centered text
``` Use the `has-text-right` helper to align inline contents to the right: