From eb7fca0e6a11c04b6893216de8216e670f9d0108 Mon Sep 17 00:00:00 2001 From: Camille TJHOA Date: Sat, 10 Nov 2018 17:19:32 +0000 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94f52d1..fcc5398 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ assert_eq!(result.to_string(), "(George, false, Harry, true, Ivonne, false)"); ``` -# Manipurating the DOM node +# Manipulating the DOM node Inserting / replacing / deleting the DOM node can be done by methods like append_child(),