Capitalize AJAX (#7435)

This commit is contained in:
Robert Martin
2016-08-08 19:24:30 -04:00
committed by Paul O’Shannessy
parent c546230adb
commit 3d38c5cd3b

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