Skip to content

Commit 929f9d3

Browse files
authored
Fix typo in cloudfront.rst (#2882)
specfic -> specific
1 parent 9ade986 commit 929f9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boto3/examples/cloudfront.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Note that you will need the ``cryptography`` `library <https://cryptography.io/e
2828

2929
cloudfront_signer = CloudFrontSigner(key_id, rsa_signer)
3030

31-
# Create a signed url that will be valid until the specfic expiry date
31+
# Create a signed url that will be valid until the specific expiry date
3232
# provided using a canned policy.
3333
signed_url = cloudfront_signer.generate_presigned_url(
3434
url, date_less_than=expire_date)

0 commit comments

Comments
 (0)