Merge pull request #41 from yuex/patch-1

fix typo
This commit is contained in:
Ilya Kantor 2017-06-15 09:42:12 +03:00 committed by GitHub
commit 6d05621c8b

View file

@ -10,7 +10,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 own own.
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.
DOM nodes are regular JavaScript objects. We can alter them.