Skip to content

Commit 9658e6c

Browse files
committed
Fix doc
1 parent 4f96df2 commit 9658e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/form-fields/upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The second argument, `$croppableFileTypes`, provide a way to limit the crop conf
9393

9494
If true and if the upload has a thumbnail, it is limited to 60px high (to compact in a list item, for instance).
9595

96-
### `setImageOptimizeImage(bool $imageOptimize = true)`
96+
### `setImageOptimize(bool $imageOptimize = true)`
9797

9898
If true, some optimization will be applied on the uploaded images (in order to reduce files weight). It relies on spatie's [image-optimizer](https://github.com/spatie/image-optimizer). Please note that you will need some of these packages on your system:
9999
- [JpegOptim](http://freecode.com/projects/jpegoptim)

0 commit comments

Comments
 (0)