From ee11412933b2bf62e3045d63ebf78b6a3f5f91a4 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/docs/ref-01-top-level-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/ref-01-top-level-api.md b/docs/docs/ref-01-top-level-api.md index eefa551338..6f7bac5b63 100644 --- a/docs/docs/ref-01-top-level-api.md +++ b/docs/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. >