Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4a79a71

Browse files
committed
Rename and fix typo
1 parent e293f99 commit 4a79a71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/_posts/2013-06-04-why-react.md renamed to docs/_posts/2013-06-05-why-react.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ efficiently as possible, we diff the return value from the previous call to
5353
`render` with the new one, and generate a minimal set of changes to be applied
5454
to the DOM.
5555

56-
>  
5756
> The data returned from `render` is neither a string nor a DOM node -- it's a
58-
> a lightweight description of what the DOM should look like.
57+
> lightweight description of what the DOM should look like.
5958
6059
We call this process **reconciliation**. Check out
6160
[this jsFiddle](http://jsfiddle.net/fv6RD/3/) to see an example of

0 commit comments

Comments
 (0)