Update index.md (#29023)

Fixed a spelling error.
pull/33514/head^2
fun831 2019-03-05 09:05:15 -07:00 committed by Randell Dawson
parent 0b912a1220
commit aebc6ecadf
1 changed files with 1 additions and 1 deletions

View File

@ -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+