Rename and fix typo

This commit is contained in:
petehunt
2013-06-05 08:46:51 -07:00
parent dd116cdd6c
commit 430feda3e9

View File

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