From 3182cb657bd23b91ed265cd319aff83fd6e0ef49 Mon Sep 17 00:00:00 2001 From: Dominic Bachmann Date: Fri, 10 Jun 2022 21:06:30 +0200 Subject: [PATCH] Fix typo in README (#117) Fix a typo in readme.md file where "overwrite" was misspelled as "overwite". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1403a5e..2483925 100644 --- a/README.md +++ b/README.md @@ -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,