Skip to content

Commit

Permalink
Merge pull request #302 from ehealy/fix/correct_put_scaling_policy_do…
Browse files Browse the repository at this point in the history
…cumenttation

Correct optional parameter naming in documentation for Fog::AWS::Auto…
  • Loading branch information
lanej authored Sep 26, 2016
2 parents 6568ea8 + dd3b16c commit df01e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/aws/requests/auto_scaling/put_scaling_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Real
# Auto Scaling group size). A positive increment adds to the current
# capacity and a negative value removes from the current capacity.
# * options<~Hash>:
# * 'CoolDown'<~Integer> - The amount of time, in seconds, after a
# * 'Cooldown'<~Integer> - The amount of time, in seconds, after a
# scaling activity completes before any further trigger-related
# scaling activities can start
#
Expand Down

0 comments on commit df01e7b

Please sign in to comment.