diff --git a/guide/english/css/text/index.md b/guide/english/css/text/index.md index ba7b079667..549620290f 100644 --- a/guide/english/css/text/index.md +++ b/guide/english/css/text/index.md @@ -44,7 +44,7 @@ p { The `text-decoration` property is used to set or remove decorations from text. The value `text-decoration: none;` is often used to remove underlines from links. Other `text-decorations` include `overline`,`line-through`,and `underline` ([example](https://www.w3schools.com/css/tryit.asp?filename=trycss_text-decoration)). -#### Text Tranformation +#### Text Transformation ``` css p {