Skip to content

Commit 93a7266

Browse files
committed
Fixed code snippet error
1 parent 4a23308 commit 93a7266

File tree

1 file changed

+1
-1
lines changed
  • src/connections/storage/catalog/aws-s3

1 file changed

+1
-1
lines changed

src/connections/storage/catalog/aws-s3/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ To create an S3 IAM role, you must first install and configure the AWS CLI on yo
164164
aws iam create-policy --policy-name segment-s3-putobject --policy-document file://iam-policy.json --description "Allow Segment to PutObject into S3 destination bucket"
165165
```
166166

167-
6. A successful output has the following format. Take note of the `Arn,` as you'll need it in the next step.
167+
6. A successful output has the following format. Take note of the `Arn`, as you'll need it in the next step.
168168

169169
``` json
170170
{

0 commit comments

Comments
 (0)