Add period

This commit is contained in:
Kohei TAKATA
2015-07-21 21:08:42 +09:00
parent 2bcc761667
commit 19327d11e0

View File

@@ -73,7 +73,7 @@ Returns true if `instance` is a DOM component (such as a `<div>` or `<span>`).
boolean isCompositeComponent(ReactComponent instance)`
```
Returns true if `instance` is a composite component (created with `React.createClass()`)
Returns true if `instance` is a composite component (created with `React.createClass()`).
### isCompositeComponentWithType