Skip to content

Commit c76c947

Browse files
authored
Typo, fixes #1329
1 parent 708f58f commit c76c947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/en/docs/guides/nodejs-docker-webapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ WORKDIR /usr/src/app
9696
This image comes with Node.js and NPM already installed so the next thing we
9797
need to do is to install your app dependencies using the `npm` binary. Please
9898
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`:
99+
`package-lock.json`, which is generated once you run `npm install`:
100100

101101
```docker
102102
# Install app dependencies

0 commit comments

Comments
 (0)