Commit d491f29
authored
docs: rename incorrect usage of the cloud storage plugin to align with the imported module in storage-adapters.mdx (#11475)
### What?
The cloudStorage plugin was used incorrectly in the code snippet. While
`cloudStoragePlugin` was imported, `cloudStorage` was mistakenly used
within the plugin array.
### How?
Renamed the incorrect usage of `cloudStorage` to `cloudStoragePlugin` to
align with the imported module.1 parent c4da453 commit d491f29
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
| 427 | + | |
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
| |||
0 commit comments