From 973cfba35b9ea5bd03c8d9c46e528a9a6e396ab2 Mon Sep 17 00:00:00 2001 From: Carter Feldman Date: Tue, 16 Oct 2018 15:32:55 +0800 Subject: [PATCH] Update practical-projects.en-US.md Fixed 'addd' npx to 'add' --- docs/react/practical-projects.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/react/practical-projects.en-US.md b/docs/react/practical-projects.en-US.md index 378ee60204..e798f24a7c 100644 --- a/docs/react/practical-projects.en-US.md +++ b/docs/react/practical-projects.en-US.md @@ -126,7 +126,7 @@ We need to write an application displaying the list of products. The first step If you don't have npx, you need to install it first to execute the commands under node_modules. ```bash -$ yarn global addd npx +$ yarn global add npx ``` Then create a `/products` route, -- GitLab