Skip to content

Commit cf554ec

Browse files
author
jona
committed
Merge pull request #460 from jdsharp/patch-1
Update nodejs-docker-webapp.md
2 parents e90de03 + deb2154 commit cf554ec

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
@@ -38,7 +38,7 @@ create a `package.json` file that describes your app and its dependencies:
3838
}
3939
```
4040

41-
Then, create an `server.js` file that defines a web app using the
41+
Then, create a `server.js` file that defines a web app using the
4242
[Express.js](http://expressjs.com/) framework:
4343

4444
```javascript

0 commit comments

Comments
 (0)