fix typo in documentation

let's -> lets
This commit is contained in:
Ted Timmons 2016-03-18 12:03:14 -07:00 committed by Matt Clay
parent b70d691832
commit 8c6741b2bb

View file

@ -94,7 +94,7 @@ options:
default: null
permission:
description:
- This option let's the user set the canned permissions on the object/bucket that are created. The permissions that can be set are 'private', 'public-read', 'public-read-write', 'authenticated-read'. Multiple permissions can be specified as a list.
- This option lets the user set the canned permissions on the object/bucket that are created. The permissions that can be set are 'private', 'public-read', 'public-read-write', 'authenticated-read'. Multiple permissions can be specified as a list.
required: false
default: private
version_added: "2.0"