From 654f5dbdda21b18cc8fc1fe7ccf86a5ec1857666 Mon Sep 17 00:00:00 2001 From: Camille Menou Date: Thu, 15 Jun 2017 14:55:16 +0200 Subject: [PATCH] Conjugation correction "So there exist" instead of "So there exists" --- 2-ui/1-document/07-modifying-document/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/1-document/07-modifying-document/article.md b/2-ui/1-document/07-modifying-document/article.md index d18a05d9..adef6f9f 100644 --- a/2-ui/1-document/07-modifying-document/article.md +++ b/2-ui/1-document/07-modifying-document/article.md @@ -153,7 +153,7 @@ These methods are "old school": they exist from the ancient times and we can mee 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. -So there exist two other sets of insertion methods to handle all cases easily. +So there exists two other sets of insertion methods to handle all cases easily. ### prepend/append/before/after