Skip to content

Commit

Permalink
Merge pull request #4 from 0xflotus/patch-1
Browse files Browse the repository at this point in the history
Update developer-guide.md
  • Loading branch information
0xflotus authored May 3, 2019
2 parents 670fb51 + fa6434e commit f20fcc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<content>` and `<slot>`. This method will return a flattened tree containing both
light and shadow DOM, if applicable.

Expand Down Expand Up @@ -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
{
Expand Down

0 comments on commit f20fcc3

Please sign in to comment.