From fb7aaeb9648d24ab0d0f9a1c9fa091a72c3d9eb5 Mon Sep 17 00:00:00 2001 From: Pim Kennedy Date: Sat, 13 Apr 2019 11:12:23 +0200 Subject: [PATCH] Fix wierd sentence. (#33901) * Update index.md * Fix more wierd sentences --- guide/english/nodejs/express/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/nodejs/express/index.md b/guide/english/nodejs/express/index.md index f4232f1a61..b03ae68b25 100644 --- a/guide/english/nodejs/express/index.md +++ b/guide/english/nodejs/express/index.md @@ -68,7 +68,7 @@ Now we have `package.json` file, we can install Express by running the command: npm install --save express ``` -We can confirm that Express has correctly installed in two ways. First, there will be a new section in `package.json` file named `dependencies` under which our Express exists: +We can confirm that Express has been correctly installed in two ways. First, there will be a new section in `package.json` file named `dependencies` under which our Express exists: ```json {