Skip to content

Commit ebd69e2

Browse files
authored
Merge pull request #1486 from javascript-tutorial/paroche-patch-4
Update article.md
2 parents 8826f07 + 79e2447 commit ebd69e2

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/1-document/06-dom-attributes-and-properties

1 file changed

+1
-1
lines changed

2-ui/1-document/06-dom-attributes-and-properties/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ But the attribute-property mapping is not one-to-one! In this chapter we'll pay
88

99
## DOM properties
1010

11-
We've already seen built-in DOM properties. There's a lot. But technically no one limits us, and if it's not enough -- we can add our own.
11+
We've already seen built-in DOM properties. There are a lot. But technically no one limits us, and if there aren't enough, we can add our own.
1212

1313
DOM nodes are regular JavaScript objects. We can alter them.
1414

0 commit comments

Comments
 (0)