website: Fix missing whitespace. [ci skip]
This commit is contained in:
Matthew Hooker 2013-11-09 06:06:23 -08:00
commit cdf2b4ff0b
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Packer in the form of plugins.
<a class="term" id="term-command"></a>
**Commands** are sub-commands for the `packer` program that perform some
job. An example somecommand is "build", which is invoked as `packer build`.
job. An example some command is "build", which is invoked as `packer build`.
Packer ships with a set of commands out of the box in order to define
its [command-line interface](#). Commands can also be created and added to
Packer in the form of plugins.