From e572e97b3e28ac8dbd283146f4770e60ebfc6a64 Mon Sep 17 00:00:00 2001 From: Ninir Date: Sun, 22 Dec 2013 15:45:02 +0100 Subject: [PATCH] Fixed typo in boxes/base.html.md --- website/docs/source/v2/boxes/base.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/boxes/base.html.md b/website/docs/source/v2/boxes/base.html.md index 57f213890..c5e0d565b 100644 --- a/website/docs/source/v2/boxes/base.html.md +++ b/website/docs/source/v2/boxes/base.html.md @@ -143,7 +143,7 @@ vagrant ALL=(ALL) NOPASSWD: ALL ``` Additionally, Vagrant doesn't use a pty or tty by default when connected -via SSH. You'll need to ake sure there is no line that has `requiretty` in +via SSH. You'll need to make sure there is no line that has `requiretty` in it. Remove that if it exists. This allows sudo to work properly without a tty. Note that you _can_ configure Vagrant to request a pty, which lets you keep this configuration. But Vagrant by default doesn't do this.