[docs] Fix type on renderIntoDocument

Fixes #3581.
This commit is contained in:
Ben Alpert
2015-04-03 09:12:03 -07:00
parent 5a3bda983b
commit d402bd3831
+1 -1
View File
@@ -30,7 +30,7 @@ React.addons.TestUtils.Simulate.keyDown(node, {key: "Enter"});
### renderIntoDocument
```javascript
ReactComponent renderIntoDocument(ReactComponent instance)
ReactComponent renderIntoDocument(ReactElement instance)
```
Render a component into a detached DOM node in the document. **This function requires a DOM.**