mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix spelling of DigitalOcean in docs
Fixes the spelling of DigitalOcean in the ActiveStorage guide.
This commit is contained in:
parent
1f9e308695
commit
a281d1a712
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ and `region` keys in the example above. The S3 Service supports all of the
|
|||
authentication options described in the [AWS SDK documentation]
|
||||
(https://docs.aws.amazon.com/sdk-for-ruby/v3/developer-guide/setup-config.html).
|
||||
|
||||
To connect to an S3-compatible object storage API such as Digital Ocean Spaces, provide the `endpoint`:
|
||||
To connect to an S3-compatible object storage API such as DigitalOcean Spaces, provide the `endpoint`:
|
||||
|
||||
```yaml
|
||||
digitalocean:
|
||||
|
|
Loading…
Reference in a new issue