Skip to content

Commit

Permalink
Merge pull request #589 from balanceiskey/master
Browse files Browse the repository at this point in the history
Minor spelling correction in docs
  • Loading branch information
petehunt committed Nov 25, 2013
2 parents 1f8f0ae + b7ef221 commit a7f0afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tips/12-initial-ajax.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit a7f0afc

Please sign in to comment.