Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaredWilcurt committed Aug 2, 2019
1 parent 1939b2f commit eedcf1c
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 @@ -65,4 +65,4 @@ function openFolderExplorer (options, callback) {
element.click();
}

module.export = openFolderExplorer;
module.exports = openFolderExplorer;

0 comments on commit eedcf1c

Please sign in to comment.