Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fixed small errors #1545

Merged
merged 13 commits into from
May 9, 2019
4 changes: 2 additions & 2 deletions doc/developer-guide.md
Original file line number Diff line number Diff line change
@@ -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.

@@ -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
{