Skip to content

Commit 165f3a8

Browse files
feat(serverless-component): Fixed typo
1 parent 8a69847 commit 165f3a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ myWebsite:
6464
bucketName: myBucket # (Optional) The Bucket name where `src` files/folder will be upload.
6565
# If not provided, it will create random bucket name and upload `src` files
6666
cloudFront: # (Optional)
67-
waitForCreateDistribution: true # (Optional) wait for create cloudfront distrubution to complete
68-
waitForUpdateDistribution: false # (Optional) wait for update cloudfront distrubution to complete
67+
waitForCreateDistribution: true # (Optional) wait for create cloudfront distribution to complete
68+
waitForUpdateDistribution: false # (Optional) wait for update cloudfront distribution to complete
6969
customOrigin: true # (Optional) wait for custom origin to avoid s3 bucket redirect during cloudfront creation
7070
env: # Environment variables to include in a 'env.js' file with your uploaded code.
7171
API_URL: https://api.com

0 commit comments

Comments
 (0)