From 84d652cf6aa72097f9ce88d16ebc810bf25b7590 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 13 Jan 2020 19:57:53 +0100 Subject: [PATCH] Fix typo in upload CLI docs --- website/source/docs/cli/upload.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/cli/upload.html.md b/website/source/docs/cli/upload.html.md index 42898da6d..55ecbb788 100644 --- a/website/source/docs/cli/upload.html.md +++ b/website/source/docs/cli/upload.html.md @@ -18,7 +18,7 @@ machine. * `destination` - Path on the guest machine to upload file or directory. -* `source` - Path to file or diretory on host to upload to guest machine. +* `source` - Path to file or directory on host to upload to guest machine. * `--compress` - Compress the file or directory before uploading to guest machine.