Skip to content

Commit fdb2521

Browse files
authored
Merge pull request javascript-tutorial#44 from menou2u/patch-4
Conjugation correction
2 parents bb98de1 + 654f5db commit fdb2521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/1-document/07-modifying-document/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ These methods are "old school": they exist from the ancient times and we can mee
153153

154154
For instance, how to insert *html* if we have it as a string? Or, given a node, how to insert another node *before* it? Of course, all that is doable, but not in an elegant way.
155155

156-
So there exist two other sets of insertion methods to handle all cases easily.
156+
So there exists two other sets of insertion methods to handle all cases easily.
157157

158158
### prepend/append/before/after
159159

0 commit comments

Comments
 (0)