Skip to content

Commit a55bccc

Browse files
authored
Merge pull request rails#41920 from jbampton/fix-xml-example
docs: fix XML example in active_storage_overview.md [ci-skip]
2 parents a27c9ee + 6f42473 commit a55bccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/active_storage_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ No CORS configuration is required for the Disk service since it shares your app
762762
<AllowedHeaders>Origin, Content-Type, Content-MD5, x-ms-blob-content-disposition, x-ms-blob-type</AllowedHeaders>
763763
<MaxAgeInSeconds>3600</MaxAgeInSeconds>
764764
</CorsRule>
765-
<Cors>
765+
</Cors>
766766
```
767767

768768
### Direct upload JavaScript events

0 commit comments

Comments
 (0)