From aebc6ecadf1d4411b3badd49fec492ca547b968f Mon Sep 17 00:00:00 2001 From: fun831 <36162667+fun831@users.noreply.github.com> Date: Tue, 5 Mar 2019 09:05:15 -0700 Subject: [PATCH] Update index.md (#29023) Fixed a spelling error. --- guide/english/react/your-first-app/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/react/your-first-app/index.md b/guide/english/react/your-first-app/index.md index 3a75bf1d89..74abd95581 100644 --- a/guide/english/react/your-first-app/index.md +++ b/guide/english/react/your-first-app/index.md @@ -4,7 +4,7 @@ title: Your first React App ## Your first React App ### Installation -As specified in the previous artice (Installation), run the `Create React App` tool. After everything has finished, `cd` into the folder of your application and run `npm start`. +As specified in the previous article (Installation), run the `Create React App` tool. After everything has finished, `cd` into the folder of your application and run `npm start`. This will start a development server and you are all set to start developing your app! - For node version 5.2+