From c2ffdd99a748632b79b8c4bd3eff4c9c325b0379 Mon Sep 17 00:00:00 2001 From: Jesse Cooke Date: Wed, 24 Sep 2014 10:07:57 -0700 Subject: [PATCH 1/2] Minor edits --- website/source/docs/builders/null.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/builders/null.html.markdown b/website/source/docs/builders/null.html.markdown index e9a14dda2..f1ef1fafd 100644 --- a/website/source/docs/builders/null.html.markdown +++ b/website/source/docs/builders/null.html.markdown @@ -7,7 +7,7 @@ page_title: "Null Builder" Type: `null` -The null builder is not really a builder, it just setups a SSH connection +The null builder is not really a builder, it just sets up an SSH connection and runs the provisioners. It can be used to debug provisioners without incurring high wait times. It does not create any kind of image or artifact. @@ -27,8 +27,8 @@ no provisioners are defined, but it will connect to the specified host via ssh. ## Configuration Reference -Configuration options are organized below into two categories: required and -optional. Within each category, the available options are alphabetized and +Configuration options are organized into two categories: `required` and +`optional`. Within each category, the available options are alphabetized and described. ### Required: From adedfb85a6eccbd2fd3c2b46933196837a538e9b Mon Sep 17 00:00:00 2001 From: Jesse Cooke Date: Wed, 24 Sep 2014 14:00:58 -0700 Subject: [PATCH 2/2] Ditch ` around content words --- website/source/docs/builders/null.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/builders/null.html.markdown b/website/source/docs/builders/null.html.markdown index f1ef1fafd..2153f90b8 100644 --- a/website/source/docs/builders/null.html.markdown +++ b/website/source/docs/builders/null.html.markdown @@ -27,8 +27,8 @@ no provisioners are defined, but it will connect to the specified host via ssh. ## Configuration Reference -Configuration options are organized into two categories: `required` and -`optional`. Within each category, the available options are alphabetized and +Configuration options are organized into two categories: required and +optional. Within each category, the available options are alphabetized and described. ### Required: