Skip to content

Commit

Permalink
typo fix in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal committed Aug 13, 2018
1 parent 7b31e9c commit 48bbd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function serveIndex(root, options) {
// sort file list
fileList.sort(fileSort);

// make similar to W3 FileAPI Object
// make similar to file object (with stat)
var directory = {
name: originalDir,
stat: stat
Expand Down

0 comments on commit 48bbd53

Please sign in to comment.