From 458f4b112be39f551d5106d6f867b673c2f240b5 Mon Sep 17 00:00:00 2001 From: Rufaro Madamombe Date: Thu, 15 Nov 2018 08:13:08 +0200 Subject: [PATCH] Fix typo in heading (#26722) Fixed a typo in the guide. --- guide/english/react/installation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/react/installation/index.md b/guide/english/react/installation/index.md index 6bbeac60a9..fb8100f360 100644 --- a/guide/english/react/installation/index.md +++ b/guide/english/react/installation/index.md @@ -25,7 +25,7 @@ After you finish your project and are ready to deploy your App to production, yo `npm run build` to create an optimized build of your app in the `build`folder. -#### Usefull links +#### Useful links [Create React App repository](https://github.com/facebookincubator/create-react-app#create-react-app-) #### Sources