From 3d38c5cd3bf855eeaf38abf1e937bf769785f8a4 Mon Sep 17 00:00:00 2001 From: Robert Martin Date: Mon, 8 Aug 2016 19:24:30 -0400 Subject: [PATCH] Capitalize AJAX (#7435) --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 256e112cf..7b464ea4a 100755 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -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