Fix doc typo (#10430)

This commit is contained in:
vincentkwok 2016-11-30 17:55:11 +08:00 committed by Paul Stack
parent f1f3c1d040
commit e634ffdf72
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Action Blocks (for `default_action`) support the following:
* `target_group_arn` - (Required) The ARN of the Target Group to which to route traffic.
* `type` - (Required) The type of routing action. The only valid value is `forward`.
Condition Blocks (for `default_action`) support the following:
Condition Blocks (for `default_condition`) support the following:
* `field` - (Required) The name of the field. The only valid value is `path-pattern`.
* `values` - (Required) The path patterns to match.