Skip to content

Commit 7177efd

Browse files
committed
Fix typo
1 parent bec62c6 commit 7177efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The reason for introducing a new “virtual” DOM is primarily:
1414

1515
* The DOM is very heavy to implement outside of the browser;
1616
a lean, stripped down virtual DOM can be used everywhere;
17-
* Most virtual DOMs do not focus on easy of use in transformations;
17+
* Most virtual DOMs do not focus on ease of use in transformations;
1818
* Other virtual DOMs cannot represent the syntax of HTML in its
1919
entirety, think comments, document types, and character data;
2020
* Neither HTML nor virtual DOMs focus on positional information.

0 commit comments

Comments
 (0)