few corrections to hello_world_rst

changed hidding to hiding
corrected contraints to constraints

Change-Id: Ie1b3b0dd9c23463de5911c241633a1158e825492
This commit is contained in:
Shilla Saebi 2015-01-07 20:59:35 -05:00
parent c68cc28438
commit 72abf4a681

View File

@ -144,7 +144,7 @@ following example defines a default value ``m1.small`` for the
If a template doesn't define a default value for a parameter, then the user If a template doesn't define a default value for a parameter, then the user
must define the value, otherwise the stack creation will fail. must define the value, otherwise the stack creation will fail.
Hidding parameters values Hiding parameters values
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
The values that a user provides when deploying a stack are available in the The values that a user provides when deploying a stack are available in the
@ -181,7 +181,7 @@ possible values:
description: Value must be one of m1.medium, m1.large or m1.xlarge. description: Value must be one of m1.medium, m1.large or m1.xlarge.
The following example defines multiple contraints for a password definition: The following example defines multiple constraints for a password definition:
.. code-block:: yaml .. code-block:: yaml