From aef97f1d76df7498b7cd3530ad0e5c48e4bff664 Mon Sep 17 00:00:00 2001 From: Sundeep Malladi Date: Fri, 22 Nov 2013 14:32:53 -0600 Subject: [PATCH] Minor spelling correction in docs --- tips/12-initial-ajax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tips/12-initial-ajax.md b/tips/12-initial-ajax.md index c608dc6a..add4734c 100644 --- a/tips/12-initial-ajax.md +++ b/tips/12-initial-ajax.md @@ -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 */