Wrong usage of "an"
Wrong usage of "an" in the messages: "The value is an hash of heat_config resources" Should be: "The value is a hash of heat_config resources" Totally 1 occurrence in puppet-heat base code. Change-Id: I0d449ca9411da303772351e07eaa53331ed27aff
This commit is contained in:
parent
800278b093
commit
b898edf90a
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
# [*heat_config*]
|
# [*heat_config*]
|
||||||
# (optional) Allow configuration of arbitrary Heat configurations.
|
# (optional) Allow configuration of arbitrary Heat configurations.
|
||||||
# The value is an hash of heat_config resources. Example:
|
# The value is a hash of heat_config resources. Example:
|
||||||
# { 'DEFAULT/foo' => { value => 'fooValue'},
|
# { 'DEFAULT/foo' => { value => 'fooValue'},
|
||||||
# 'DEFAULT/bar' => { value => 'barValue'}
|
# 'DEFAULT/bar' => { value => 'barValue'}
|
||||||
# }
|
# }
|
||||||
|
Loading…
Reference in New Issue
Block a user