aws-amplify / aws-amplify/docs
Gen 2 storage doc sample code syntax error
Open
amplify/content
amplify/gen2
- Dominant language
- MDX
- Stars
- 506
- Forks
- 1.1k
- Avg merge
- 3h 14m
- Merged PRs (30d)
- 1
Description
**Describe the content issue**:
Code betlow is missing the semicolon after line `allow.guest.to(['read'])`
```
[
allow.guest.to(['read'])
allow.entity('identity').to(['read', 'write', 'delete'])
]
```
**URL page where content issue is**:
https://docs.amplify.aws/react/build-a-backend/storage/set-up-storage/#define-file-path-access
Contributor guide
Assessment
This issue has not been assessed yet.