Skip to content

Commit 0ed3c2a

Browse files
authored
Merge pull request rails#49635 from rafaelmontas/backtick-typo-fix
Fix typo in configuring guide [ci skip]
2 parents 4d2be09 + dd8f6e5 commit 0ed3c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2797,7 +2797,7 @@ Accepts an array of strings indicating the content types that Active Storage all
27972797
By default, this is defined as:
27982798

27992799
```ruby
2800-
config.active_storage.content_types_allowed_inline` = %w(image/png image/gif image/jpeg image/tiff image/vnd.adobe.photoshop image/vnd.microsoft.icon application/pdf)
2800+
config.active_storage.content_types_allowed_inline = %w(image/png image/gif image/jpeg image/tiff image/vnd.adobe.photoshop image/vnd.microsoft.icon application/pdf)
28012801
```
28022802

28032803
#### `config.active_storage.queues.analysis`

0 commit comments

Comments
 (0)