From dd3b16c76e7ef87960a0656eafcba4999b9866da Mon Sep 17 00:00:00 2001 From: Ed Healy Date: Mon, 26 Sep 2016 11:14:10 -0400 Subject: [PATCH] Correct optional parameter naming in documentation for Fog::AWS::Autoscaling::Real#put_scaling_policy --- lib/fog/aws/requests/auto_scaling/put_scaling_policy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/aws/requests/auto_scaling/put_scaling_policy.rb b/lib/fog/aws/requests/auto_scaling/put_scaling_policy.rb index f73c1b4595..22c5663bbd 100644 --- a/lib/fog/aws/requests/auto_scaling/put_scaling_policy.rb +++ b/lib/fog/aws/requests/auto_scaling/put_scaling_policy.rb @@ -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 #