From 0f1b9055ce6ec5ba17af23c98245ac619cdeb7c5 Mon Sep 17 00:00:00 2001 From: grunny Date: Thu, 19 Dec 2013 22:23:18 +1000 Subject: [PATCH] Fix typo in SSH doc page --- website/docs/source/v2/cli/ssh.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/cli/ssh.html.md b/website/docs/source/v2/cli/ssh.html.md index c0153097d..68685cbac 100644 --- a/website/docs/source/v2/cli/ssh.html.md +++ b/website/docs/source/v2/cli/ssh.html.md @@ -11,7 +11,7 @@ This will SSH into a running Vagrant machine and give you access to a shell. If a `--` (two hyphens) are found on the command line, any arguments after this are passed directly into the `ssh` executable. This allows you to pass -any abitrary commands to do things such as reverse tunneling down into the +any arbitrary commands to do things such as reverse tunneling down into the `ssh` program. ## Options