Minor spelling correction in docs

This commit is contained in:
Sundeep Malladi
2013-11-22 14:32:53 -06:00
parent 0f5fd4e076
commit aef97f1d76

View File

@@ -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 */