Skip to content

Commit 93ea738

Browse files
authored
Merge pull request rails#54240 from AlanGabbianelli/main
[ci skip] Fix typo in `active_storage_overview.md` guide
2 parents 50ddde5 + cb97c3a commit 93ea738

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
@@ -992,7 +992,7 @@ variant processor that you are using, but both support the following parameters:
992992
| `crop` | `crop: [20, 50, 300, 300]` | Extracts an area from an image. The first two arguments are the left and top edges of area to extract, while the last two arguments are the width and height of the area to extract. |
993993
| `rotate` | `rotate: 90` | Rotates the image by the specified angle. |
994994

995-
[`image_processing`][] has all parameters available in it's own documentation
995+
[`image_processing`][] has all parameters available in its own documentation
996996
for both the
997997
[Vips](https://github.com/janko/image_processing/blob/master/doc/vips.md) and
998998
[MiniMagick](https://github.com/janko/image_processing/blob/master/doc/minimagick.md)

0 commit comments

Comments
 (0)