spelling fix

This commit is contained in:
David Eisinger
2024-11-18 13:33:20 -05:00
parent 30b51f94b0
commit 09fdb667ee
6 changed files with 5 additions and 9 deletions

View File

@@ -76,7 +76,7 @@ result is a geometry string which crops the image, repages it, then
scales the image and crops it a second time. Simple, but not certainly
not intuitive, at least not to me.
From here, you can include this cropper using the `:processers`
From here, you can include this cropper using the `:processors`
directive in your `has_attached_file` declaration, and you should be
good to go. This simple approach assumes that the crop dimensions will
always be set, so tweak accordingly if that's not the case.