From 3eeb6b6ffb6d884e80d19deee8f2d72bb41b54cd Mon Sep 17 00:00:00 2001 From: Kowake <44300253+Kowake@users.noreply.github.com> Date: Sat, 17 Nov 2018 00:52:41 -0500 Subject: [PATCH] Add "or" in line 25 (#23245) "line" needs to be added between "adding" and "changing in line 25 in order to make it grammatically correct. --- guide/english/css/styling-links/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/styling-links/index.md b/guide/english/css/styling-links/index.md index 25f469d59a..bf00d4d0c7 100644 --- a/guide/english/css/styling-links/index.md +++ b/guide/english/css/styling-links/index.md @@ -22,7 +22,7 @@ The `` property is responsible for creating URLs and can be modified 1. Underline 2. Blue color -You can change these by adding changing the `color` and `text-decoration` properties. +You can change these by adding or changing the `color` and `text-decoration` properties. ```css color: black;