diff --git a/docs/css_types/text_align.md b/docs/css_types/text_align.md index 95119e676e..0234b952aa 100644 --- a/docs/css_types/text_align.md +++ b/docs/css_types/text_align.md @@ -29,7 +29,7 @@ A [``](./text_align.md) can be any of the following values: ```sass Label { - rule: justify; + text-align: justify; } ```