fix doc typo

This commit is contained in:
clint shryock 2017-01-20 16:21:25 -06:00
parent fd3f4bbf3d
commit 9d8b1c17f1
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ Lambda@Edge](http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/w
for more information
* `event_type` (Required) - The specific event to trigger this function.
Valid values: `viewwer-request`, `origin-request`, `viewer-response`,
Valid values: `viewer-request`, `origin-request`, `viewer-response`,
`origin-response`
* `lambda_function_arn` (Required) - ARN of the Lambda function.