From 5c3d2e5213d56170b3312ac124d58772ea09b13e Mon Sep 17 00:00:00 2001 From: Edulop139 <31073454+Edulop139@users.noreply.github.com> Date: Thu, 1 Nov 2018 04:12:53 -0400 Subject: [PATCH] grammer (#26196) small spelling error --- guide/english/css/text/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {