remove footnote reference asterisk, no longer needed

This commit is contained in:
Kevin Coughlin 2015-07-26 21:35:12 -04:00
parent 60a081e66b
commit ee11412933
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ If the optional callback is provided, it will be executed after the component is
> Note:
>
> `React.render()` controls the contents of the container node you pass in*. Any existing DOM elements
> `React.render()` controls the contents of the container node you pass in. Any existing DOM elements
> inside are replaced when first called. Later calls use Reacts DOM diffing algorithm for efficient
> updates.
>