From e721d2204bb409951e8f0d9186acdf1bd7304136 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Sat, 15 Oct 2016 11:27:34 +0200 Subject: [PATCH] Fix typo. --- modules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/README.md b/modules/README.md index 54043b69..5f2713a6 100644 --- a/modules/README.md +++ b/modules/README.md @@ -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")); ````