From 74f7616a0a375245e1b350673c61f611288456f1 Mon Sep 17 00:00:00 2001 From: juan serrano Date: Tue, 3 Feb 2015 18:41:47 -0800 Subject: [PATCH] Corrected documentation --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index ed302860..dcf92f9f 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -385,7 +385,7 @@ When the component is first created, we want to GET some JSON from the server an We'll use jQuery to help make an asynchronous request to the server. -Note: because this is becoming an AJAX application you'll need to develop your app using a web server rather than as a file sitting on your file system. [As mentioned above](#running-a-server), we have provided serveral servers you can use [on GitHub](https://github.com/reactjs/react-tutorial/). They provide the functionality you need for the rest of this tutorial. +Note: because this is becoming an AJAX application you'll need to develop your app using a web server rather than as a file sitting on your file system. [As mentioned above](#running-a-server), we have provided several servers you can use [on GitHub](https://github.com/reactjs/react-tutorial/). They provide the functionality you need for the rest of this tutorial. ```javascript{6-17} // tutorial13.js