Skip to content

Commit 1eaa0f8

Browse files
committed
Fix the variable link in active_storage_overview.md [ci skip]
1 parent c50721b commit 1eaa0f8

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
@@ -853,7 +853,7 @@ location.
853853
If a variant is requested, Active Storage will automatically apply
854854
transformations depending on the image's format:
855855

856-
1. Content types that are `variable` and not considered [`web images`], will be converted to PNG.
856+
1. Content types that are [`variable`] and not considered [`web images`], will be converted to PNG.
857857
2. If `quality` is not specified, the variant processor's default quality for the format will be used.
858858

859859
The default processor for Active Storage is MiniMagick, but you can also use

0 commit comments

Comments
 (0)