From 32ab55c79f1a6754fa4485e58d3a0471d575f834 Mon Sep 17 00:00:00 2001 From: Mark Peek Date: Tue, 20 Aug 2013 23:45:02 -0700 Subject: [PATCH] website: tweak the formatting of the sleep tip --- website/source/docs/provisioners/shell.html.markdown | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/website/source/docs/provisioners/shell.html.markdown b/website/source/docs/provisioners/shell.html.markdown index caa249a19..dd49e7d80 100644 --- a/website/source/docs/provisioners/shell.html.markdown +++ b/website/source/docs/provisioners/shell.html.markdown @@ -150,10 +150,13 @@ will echo the script statements as it is executing. *My builds don't always work the same* -* Some distrobutions start the SSH daemon before other core services. This can create race conditions. -Your first provisoner can tell the machine to wait until it completely boots. +* Some distributions start the SSH daemon before other core services which +can create race conditions. Your first provisoner can tell the machine to +wait until it completely boots. +
     {
        "type": "script",
        "inline": [ "sleep 10" ]
     }
+