mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #589 from balanceiskey/master
Minor spelling correction in docs
This commit is contained in:
@@ -9,7 +9,7 @@ next: false-in-jsx.html
|
||||
|
||||
Fetch data in `componentDidMount`. When the response arrives, store the data in state, triggering a render to update your UI.
|
||||
|
||||
This example fetches the desired Github user's lastest gist:
|
||||
This example fetches the desired Github user's latest gist:
|
||||
|
||||
```js
|
||||
/** @jsx React.DOM */
|
||||
|
||||
Reference in New Issue
Block a user