From 0077d7955d08046aca2d510df9efac7ca7d83522 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Mon, 13 Jan 2020 11:23:06 -0800 Subject: [PATCH] Fix typo in CLI upload 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 42898da6d80..55ecbb78815 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.