Skip to content

Commit 79e2447

Browse files
authored
Update article.md
"there's a lot" -> "there are a lot",
1 parent 15d0394 commit 79e2447

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)