From a2d69c68aed8360eeca2543338893a455eb98c68 Mon Sep 17 00:00:00 2001 From: Lokesh Kumar Date: Wed, 24 Apr 2019 11:49:42 +0530 Subject: [PATCH] Update create-a-new-react-app.md (#1400) Fixes typo flexiblity --- content/docs/create-a-new-react-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index e1985e72..8348e8ef 100644 --- a/content/docs/create-a-new-react-app.md +++ b/content/docs/create-a-new-react-app.md @@ -69,7 +69,7 @@ Learn Gatsby from [its official guide](https://www.gatsbyjs.org/docs/) and a [ga ### More Flexible Toolchains {#more-flexible-toolchains} -The following toolchains offer more flexiblity and choice. We recommend them to more experienced users: +The following toolchains offer more flexibility and choice. We recommend them to more experienced users: - **[Neutrino](https://neutrinojs.org/)** combines the power of [webpack](https://webpack.js.org/) with the simplicity of presets, and includes a preset for [React apps](https://neutrinojs.org/packages/react/) and [React components](https://neutrinojs.org/packages/react-components/).