diff --git a/2-ui/1-document/06-dom-attributes-and-properties/article.md b/2-ui/1-document/06-dom-attributes-and-properties/article.md index 955277b6..995a577b 100644 --- a/2-ui/1-document/06-dom-attributes-and-properties/article.md +++ b/2-ui/1-document/06-dom-attributes-and-properties/article.md @@ -8,7 +8,7 @@ But the attribute-property mapping is not one-to-one! In this chapter we'll pay ## DOM properties -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. +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. DOM nodes are regular JavaScript objects. We can alter them.