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 {