Skip to content

Commit

Permalink
Update developer-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored May 3, 2019
1 parent b573b1c commit fa6434e
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 fa6434e

Please sign in to comment.