From eb3c1bd437868cbb286bbc25b58296d3e18209ca Mon Sep 17 00:00:00 2001 From: Kevin Coughlin Date: Sun, 26 Jul 2015 21:35:12 -0400 Subject: [PATCH] remove footnote reference asterisk, no longer needed --- docs/ref-01-top-level-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref-01-top-level-api.md b/docs/ref-01-top-level-api.md index eefa5513..6f7bac5b 100644 --- a/docs/ref-01-top-level-api.md +++ b/docs/ref-01-top-level-api.md @@ -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 React’s DOM diffing algorithm for efficient > updates. >