Skip to content

Commit

Permalink
Fix typo in README (#117)
Browse files Browse the repository at this point in the history
Fix a typo in readme.md file where "overwrite" was misspelled as "overwite".
  • Loading branch information
dominicbachmann committed Jun 10, 2022
1 parent a90b939 commit 3182cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Copy individual files or entire directories from a source folder to a destinatio
options: {
flat: false,
preserveTimestamps: true,
overwite: true,
overwrite: true,
},
globOptions: {
dot: true,
Expand Down

0 comments on commit 3182cb6

Please sign in to comment.