Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Sep 10, 2024
1 parent bc17f2f commit bfc282f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/04-standard-library/cloud/bucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ By default, buckets are configured with CORS for any origin. When a bucket is pr
bring cloud;

let uploads = new cloud.Bucket(
// these are the default options:
// these are the default values
public: false,
cors: true,
corsOptions: {
Expand Down
2 changes: 1 addition & 1 deletion packages/@winglang/sdk/src/cloud/bucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ By default, buckets are configured with CORS for any origin. When a bucket is pr
bring cloud;

let uploads = new cloud.Bucket(
// these are the default options:
// these are the default values
public: false,
cors: true,
corsOptions: {
Expand Down

0 comments on commit bfc282f

Please sign in to comment.