diff --git a/docs/typography/text-transform/index.html b/docs/typography/text-transform/index.html index fb873a0fc..0163cef4c 100644 --- a/docs/typography/text-transform/index.html +++ b/docs/typography/text-transform/index.html @@ -77,7 +77,7 @@

tachyons-text-transform

Examples

-

uppercase

+

Uppercase

.ttu

LOWERCASE

.ttl @@ -86,7 +86,7 @@

capitalize multiple words

TEXT Transform none

.ttn

Uppercase with tracking

- .ttu tracked + .ttu.tracked
diff --git a/src/templates/docs/text-transform/index.html b/src/templates/docs/text-transform/index.html index a2af008cb..131552393 100644 --- a/src/templates/docs/text-transform/index.html +++ b/src/templates/docs/text-transform/index.html @@ -41,7 +41,7 @@

<%= name %>

Examples

-

uppercase

+

Uppercase

.ttu

LOWERCASE

.ttl @@ -50,7 +50,7 @@

capitalize multiple words

TEXT Transform none

.ttn

Uppercase with tracking

- .ttu tracked + .ttu.tracked