diff --git a/move.md b/move.md index e528957..cb7fc82 100644 --- a/move.md +++ b/move.md @@ -2,7 +2,7 @@ The `move` function has 3 parameters. It moves the `oldFile` to `newFile`. - `oldFile` -> The file to copy - `newFile` -> Where to copy to -- `message` -> The message to show while copying +- `message` -> The message to show while moving Example: ```json