From fa6434e292ea45e5f589f0a28d7902ac03f96c6a Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Fri, 3 May 2019 20:17:54 +0200 Subject: [PATCH] Update developer-guide.md --- doc/developer-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/developer-guide.md b/doc/developer-guide.md index 1a2f672cab..c86e3d9442 100644 --- a/doc/developer-guide.md +++ b/doc/developer-guide.md @@ -299,7 +299,7 @@ will make it easier to work with the virtual DOM. #### Description -Recursvely return an array containing the virtual DOM tree for the node specified, excluding comment nodes +Recursively return an array containing the virtual DOM tree for the node specified, excluding comment nodes and shadow DOM nodes `` and ``. This method will return a flattened tree containing both light and shadow DOM, if applicable. @@ -392,7 +392,7 @@ None #### Returns -An object containg the data, relatedNodes, and a way to reset them. +An object containing the data, relatedNodes, and a way to reset them. ```js {