Skip to content

Commit

Permalink
Fix consistency of component api document
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 committed Feb 2, 2015
1 parent 905bfce commit b7860b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/ref-02-component-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ replaceState(object nextState[, function callback])
Like `setState()` but deletes any pre-existing state keys that are not in nextState.


### forceUpdate()
### forceUpdate

```javascript
forceUpdate([function callback])
Expand All @@ -61,7 +61,7 @@ DOMElement getDOMNode()
If this component has been mounted into the DOM, this returns the corresponding native browser DOM element. This method is useful for reading values out of the DOM, such as form field values and performing DOM measurements. When `render` returns `null` or `false`, `this.getDOMNode()` returns `null`.


### isMounted()
### isMounted

```javascript
bool isMounted()
Expand Down

0 comments on commit b7860b7

Please sign in to comment.