Fix typo in HOT template guide

Under the "Template input parameters" section, there was a typo in the
following sentence:
"For example, the following definition for the instance_type parameter
would select the ‘m1.small’ flavor unless specified otherwise be the
user."

Closes-Bug: 1339269
Change-Id: I59a170407669c74d23f36b232b3d492e52ce5eac
This commit is contained in:
Matthew Printz 2014-07-08 14:29:54 -05:00
parent b537bdf9bd
commit e4a6926d5f
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ input parameters by means of the *get_param* function (see also
You can also define default values for input parameters which will be used in
case the user does not provide the respective parameter during deployment. For
example, the following definition for the *instance_type* parameter would select
the 'm1.small' flavor unless specified otherwise be the user.
the 'm1.small' flavor unless specified otherwise by the user.
::