Skip to content

Commit f2dd786

Browse files
Fix typo
1 parent b528912 commit f2dd786

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)