From 6b892249bc66e10f63e2943c92663dafc6521e51 Mon Sep 17 00:00:00 2001 From: Brian J King Date: Fri, 27 May 2016 14:53:25 -0500 Subject: [PATCH] Fix typo in scp command scp -r ./site command was missing the E in user. --- docs/user-guide/deploying-your-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/deploying-your-docs.md b/docs/user-guide/deploying-your-docs.md index f3fdf921..f0b0507e 100644 --- a/docs/user-guide/deploying-your-docs.md +++ b/docs/user-guide/deploying-your-docs.md @@ -114,7 +114,7 @@ something like this: ```sh mkdocs build --clean -scp -r ./site usr@host:/path/to/server/root +scp -r ./site user@host:/path/to/server/root ``` Of course, you will need to replace `user` with the username you have with your