Merge pull request #1523 from jc00ke/patch-1

website: Minor edits
This commit is contained in:
Mitchell Hashimoto 2014-10-14 15:43:17 -07:00
commit ba0b4e7519
1 changed files with 2 additions and 2 deletions

View File

@ -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,7 +27,7 @@ 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
Configuration options are organized into two categories: required and
optional. Within each category, the available options are alphabetized and
described.