Browse Source

Capitalize AJAX (#7435)

main
Robert Martin 9 years ago
committed by Paul O’Shannessy
parent
commit
3d38c5cd3b
  1. 2
      docs/tutorial.md

2
docs/tutorial.md

@ -62,7 +62,7 @@ For the remainder of this tutorial, we'll be writing our JavaScript code in this
> Note: > 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 ### Your first component

Loading…
Cancel
Save