Skip to content

Commit 17ac6b9

Browse files
author
Gery Hirschfeld
authored
Merge pull request #179 from getsomecoke/develop
Fix typo
2 parents 9b28a4a + f2dd786 commit 17ac6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loaders/publicLoader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const publicLoader: MicroframeworkLoader = (settings: MicroframeworkSetti
77
if (settings) {
88
const expressApp = settings.getData('express_app');
99
expressApp
10-
// Serve static filles like images from the public folder
10+
// Serve static files like images from the public folder
1111
.use(express.static(path.join(__dirname, '..', 'public'), { maxAge: 31557600000 }))
1212

1313
// A favicon is a visual cue that client software, like browsers, use to identify a site

0 commit comments

Comments
 (0)