summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/copy-concurrently/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/copy-concurrently/README.md')
-rw-r--r--deps/npm/node_modules/copy-concurrently/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/node_modules/copy-concurrently/README.md b/deps/npm/node_modules/copy-concurrently/README.md
index e27b016d72..3f6f97426a 100644
--- a/deps/npm/node_modules/copy-concurrently/README.md
+++ b/deps/npm/node_modules/copy-concurrently/README.md
@@ -19,7 +19,7 @@ are unavailable then junctions will be used.
### copy(from, to, [options]) → Promise
-Recursively copies `from` to `to` and resolves its promise when finished.
+Recursively copies `from` to `to` and resolves its promise when finished.
If `to` already exists then the promise will be rejected with an `EEXIST`
error.