mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 11:52:00 +00:00
Rename and fix typo
This commit is contained in:
@@ -53,9 +53,8 @@ efficiently as possible, we diff the return value from the previous call to
|
||||
`render` with the new one, and generate a minimal set of changes to be applied
|
||||
to the DOM.
|
||||
|
||||
>
|
||||
> The data returned from `render` is neither a string nor a DOM node -- it's a
|
||||
> a lightweight description of what the DOM should look like.
|
||||
> lightweight description of what the DOM should look like.
|
||||
|
||||
We call this process **reconciliation**. Check out
|
||||
[this jsFiddle](http://jsfiddle.net/fv6RD/3/) to see an example of
|
||||
Reference in New Issue
Block a user