Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b31175

Browse files
balanceiskeyzpao
authored andcommitted
Minor spelling correction in docs
1 parent 6a0bb61 commit 0b31175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tips/12-initial-ajax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ next: false-in-jsx.html
99

1010
Fetch data in `componentDidMount`. When the response arrives, store the data in state, triggering a render to update your UI.
1111

12-
This example fetches the desired Github user's lastest gist:
12+
This example fetches the desired Github user's latest gist:
1313

1414
```js
1515
/** @jsx React.DOM */

0 commit comments

Comments
 (0)