Skip to content

Commit

Permalink
- fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardxiao committed Aug 26, 2021
1 parent 4ad77bf commit 65416a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seasonme",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/format/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const format = async props => {
console.log(fileNamesHash);
// handle rename srt file
await handleSubRenaming(renamedFiles, fileNamesHash);
console.log(renderMyLog('Formated Successfully!'));
console.log(renderMyLog('Formatted Successfully!'));
};

module.exports = {
Expand Down

0 comments on commit 65416a1

Please sign in to comment.