Skip to content

Commit 5036c01

Browse files
authored
Merge pull request #662 from simmayor/dom-attributes-and-properties
06-dom-attributes-and-properties - Fixed grammar
2 parents 63b7d3f + a9cd88a commit 5036c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/1-document/06-dom-attributes-and-properties/2-yellow-links/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ importance: 3
77
Make all external links orange by altering their `style` property.
88

99
A link is external if:
10-
- It's `href` has `://` in it
10+
- Its `href` has `://` in it
1111
- But doesn't start with `http://internal.com`.
1212

1313
Example:

0 commit comments

Comments
 (0)