We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708f58f commit c76c947Copy full SHA for c76c947
locale/en/docs/guides/nodejs-docker-webapp.md
@@ -96,7 +96,7 @@ WORKDIR /usr/src/app
96
This image comes with Node.js and NPM already installed so the next thing we
97
need to do is to install your app dependencies using the `npm` binary. Please
98
note that if you are using `npm` version 5 or later you will also want to copy
99
-`package-lock.json`, which is gernerated once you run `npm install`:
+`package-lock.json`, which is generated once you run `npm install`:
100
101
```docker
102
# Install app dependencies
0 commit comments