Skip to content

Commit cb97c3a

Browse files
Fix typo in active_storage_overview.md guide
This only fixes a small typo ("it's own" -> "its own") in the Active Storage overview guide.
1 parent 50ddde5 commit cb97c3a

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)