From 336822646f6ece13641f0417a48b39ff02d1ccc7 Mon Sep 17 00:00:00 2001 From: tjinjin Date: Mon, 14 Mar 2016 03:24:33 +0900 Subject: [PATCH] Fix typo: "messag" to "message." --- .../docs/providers/aws/r/autoscaling_schedule.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/autoscaling_schedule.html.markdown b/website/source/docs/providers/aws/r/autoscaling_schedule.html.markdown index de8c24ce6..73d936d64 100644 --- a/website/source/docs/providers/aws/r/autoscaling_schedule.html.markdown +++ b/website/source/docs/providers/aws/r/autoscaling_schedule.html.markdown @@ -43,7 +43,7 @@ The following arguments are supported: * `start_time` - (Optional) The time for this action to start, in "YYYY-MM-DDThh:mm:ssZ" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z ). If you try to schedule your action in the past, Auto Scaling returns an error message. * `end_time` - (Optional) The time for this action to end, in "YYYY-MM-DDThh:mm:ssZ" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z ). - If you try to schedule your action in the past, Auto Scaling returns an error messag + If you try to schedule your action in the past, Auto Scaling returns an error message. * `recurrence` - (Optional) The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. * `min_size` - (Optional) The minimum size for the Auto Scaling group. Default 0.