Skip to content

Commit

Permalink
Clarify move*() docs (#888)
Browse files Browse the repository at this point in the history
Fixes #830
  • Loading branch information
RyanZim committed Apr 17, 2021
1 parent af35401 commit ce29957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/move-sync.md
Expand Up @@ -3,7 +3,7 @@
Moves a file or directory, even across devices.

- `src` `<String>`
- `dest` `<String>`
- `dest` `<String>` Note: When `src` is a file, `dest` must be a file and when `src` is a directory, `dest` must be a directory.
- `options` `<Object>`
- `overwrite` `<boolean>`: overwrite existing file or directory, default is `false`.

Expand Down
2 changes: 1 addition & 1 deletion docs/move.md
Expand Up @@ -3,7 +3,7 @@
Moves a file or directory, even across devices.

- `src` `<String>`
- `dest` `<String>`
- `dest` `<String>` Note: When `src` is a file, `dest` must be a file and when `src` is a directory, `dest` must be a directory.
- `options` `<Object>`
- `overwrite` `<boolean>`: overwrite existing file or directory, default is `false`.
- `callback` `<Function>`
Expand Down

0 comments on commit ce29957

Please sign in to comment.