From 9cfa55619b8728b7354e9c6d0103c3f877f64618 Mon Sep 17 00:00:00 2001 From: Omar Chehab Date: Sun, 28 Oct 2018 23:15:03 -0400 Subject: [PATCH] Update cloudfront_distribution module docs (#47726) Fix typo in `custom_error_responses` description, changed reponse to response +label: docsite_pr --- lib/ansible/modules/cloud/amazon/cloudfront_distribution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/cloudfront_distribution.py b/lib/ansible/modules/cloud/amazon/cloudfront_distribution.py index a6cb8ac9d7..33b80bf3c7 100644 --- a/lib/ansible/modules/cloud/amazon/cloudfront_distribution.py +++ b/lib/ansible/modules/cloud/amazon/cloudfront_distribution.py @@ -194,7 +194,7 @@ options: error messages returned to the user. Each custom error response object comprises the attributes I(error_code) - I(reponse_page_path) + I(response_page_path) I(response_code) I(error_caching_min_ttl)