Skip to content

Commit ce49cda

Browse files
committed
Fix typo
1 parent 0676c42 commit ce49cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function getMimeType(filePath) {
5252
return mimeTypes[ext] || 'text/plain';
5353
}
5454

55-
// Serve static file
55+
// Serve static files
5656
function serveFile(filePath, res) {
5757
fs.readFile(filePath, (err, data) => {
5858
if (err) {

0 commit comments

Comments
 (0)