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;