Fix typo.

This commit is contained in:
Michael Teeuw 2016-10-15 11:27:34 +02:00 committed by GitHub
parent f293cf6e81
commit e721d2204b

View File

@ -456,7 +456,7 @@ start: function() {
}
````
**Note: ** By default, a public path to your module's public folder will be created:
**Note:** By default, a public path to your module's public folder will be created:
````javascript
this.expressApp.use("/" + this.name, express.static(this.path + "/public"));
````