lib/ridley/resources/environment_resource.rb in ridley-0.10.0.rc1 vs lib/ridley/resources/environment_resource.rb in ridley-0.10.0.rc2
- old
+ new
@@ -38,10 +38,10 @@
# the Chef attribute and value
#
# @example setting and saving an environment level default attribute
#
# obj = environment.find("production")
- # obj.set_defualt_attribute("my_app.billing.enabled", false)
+ # obj.set_default_attribute("my_app.billing.enabled", false)
# obj.save
#
# @param [String] key
# @param [Object] value
#