Skip to content

Commit 6733fc8

Browse files
author
Brad Traversy
committed
Edited doc
1 parent b45bb05 commit 6733fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const multer = require('multer');
33
const ejs = require('ejs');
44
const path = require('path');
55

6-
// Set Storage Engine
6+
// Set The Storage Engine
77
const storage = multer.diskStorage({
88
destination: './public/uploads/',
99
filename: function(req, file, cb){

0 commit comments

Comments
 (0)