From 1d2e680544cd293d6a6334dbc1d7d55d706b7553 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sun, 14 Jun 2020 12:23:56 +0530 Subject: [PATCH] fixed a typo --- wiki/pages/advanced-ssh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/pages/advanced-ssh.md b/wiki/pages/advanced-ssh.md index b3e10e1..39b440a 100644 --- a/wiki/pages/advanced-ssh.md +++ b/wiki/pages/advanced-ssh.md @@ -34,7 +34,7 @@ You can do this for any arbitrary port. What if you don't want to edit files on the team server, but instead, you want to create it on your local machine? You don't want to have to copy/paste or re-type all of that, right? -SCP to the rescue! SCP copies files over the ssh protocol. It works just like the cp command, but alllows you to do this: +SCP to the rescue! SCP copies files over the ssh protocol. It works just like the cp command, but allows you to do this: `scp MyNewFileILove.txt tilde.team:~/AhYesOnTheServerNow.txt`