diff --git a/2-ui/1-document/06-dom-attributes-and-properties/2-yellow-links/task.md b/2-ui/1-document/06-dom-attributes-and-properties/2-yellow-links/task.md index f7db9a04..b0a8ab7b 100644 --- a/2-ui/1-document/06-dom-attributes-and-properties/2-yellow-links/task.md +++ b/2-ui/1-document/06-dom-attributes-and-properties/2-yellow-links/task.md @@ -7,7 +7,7 @@ importance: 3 Make all external links orange by altering their `style` property. A link is external if: -- It's `href` has `://` in it +- Its `href` has `://` in it - But doesn't start with `http://internal.com`. Example: