Skip to content

Commit

Permalink
Fixed a small typo in the README.md (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvessavoy authored and jorgebucaran committed May 24, 2018
1 parent 483ea05 commit ff793e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export const view = (state, actions) =>
])
```

A virtual DOM is a description of what a DOM should look like using a tree of nested JavaScript objects known as virtual nodes. Think of it as a lightweight representation of the DOM. In the example, the view function returns and object like this.
A virtual DOM is a description of what a DOM should look like using a tree of nested JavaScript objects known as virtual nodes. Think of it as a lightweight representation of the DOM. In the example, the view function returns an object like this.

```jsx
{
Expand Down

0 comments on commit ff793e0

Please sign in to comment.