We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec62c6 commit 7177efdCopy full SHA for 7177efd
readme.md
@@ -14,7 +14,7 @@ The reason for introducing a new “virtual” DOM is primarily:
14
15
* The DOM is very heavy to implement outside of the browser;
16
a lean, stripped down virtual DOM can be used everywhere;
17
-* Most virtual DOMs do not focus on easy of use in transformations;
+* Most virtual DOMs do not focus on ease of use in transformations;
18
* Other virtual DOMs cannot represent the syntax of HTML in its
19
entirety, think comments, document types, and character data;
20
* Neither HTML nor virtual DOMs focus on positional information.
0 commit comments