diff --git a/docs/_includes/css/type.html b/docs/_includes/css/type.html index 124e4f087b..70e3fc36d7 100644 --- a/docs/_includes/css/type.html +++ b/docs/_includes/css/type.html @@ -207,14 +207,14 @@ You can use the mark tag to highlight text.

Transformation classes

Transform text in components with text capitalization classes.

-

Lowercase text.

-

Uppercase text.

-

Capitalize text.

+

Lowercased text.

+

Uppercased text.

+

Capitalized text.

{% highlight html %} -

Lowercase text.

-

Uppercase text.

-

Capitalize text.

+

Lowercased text.

+

Uppercased text.

+

Capitalized text.

{% endhighlight %}