Capitalize AJAX (#7435)

(cherry picked from commit 43674d989d)
This commit is contained in:
Robert Martin
2016-08-19 10:41:19 -07:00
committed by Paul O’Shannessy
parent cc5889c543
commit c4f8466d5d
+1 -1
View File
@@ -62,7 +62,7 @@ For the remainder of this tutorial, we'll be writing our JavaScript code in this
> Note:
>
> We included jQuery here because we want to simplify the code of our future ajax calls, but it's **NOT** mandatory for React to work.
> We included jQuery here because we want to simplify the code of our future AJAX calls, but it's **NOT** mandatory for React to work.
### Your first component