From 635e7edec2f94e55d3b0872d62237faef048853f Mon Sep 17 00:00:00 2001 From: Yuki Takemoto Date: Mon, 24 Feb 2020 00:56:07 +0900 Subject: [PATCH] docs(react): fix typo in use-modern-tools fixed a typo of Next.js --- docs/react/fundamentals/use-modern-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/react/fundamentals/use-modern-tools.md b/docs/react/fundamentals/use-modern-tools.md index f36b04285b..45e010092a 100644 --- a/docs/react/fundamentals/use-modern-tools.md +++ b/docs/react/fundamentals/use-modern-tools.md @@ -8,7 +8,7 @@ Of course, it's not the case that Cypress is always better than Protractor or Ne Next.js is a React framework designed for building server-prerendered applications. -Add the Nex.js capability to your workspace: +Add the Next.js capability to your workspace: ```bash yarn add --dev @nrwl/next