Skip to content

Commit

Permalink
doc: Fix typo in image-editor.md (#3921)
Browse files Browse the repository at this point in the history
therefor -> therefore
  • Loading branch information
eltociear committed Jul 29, 2022
1 parent c1a09fe commit 3dcbae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/docs/image-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Quality of the resulting blob that will be saved in Uppy after editing/cropping.
### `cropperOptions`

Image Editor is using the excellent [Cropper.js](https://fengyuanchen.github.io/cropperjs/).
`cropperOptions` will be directly passed to `Cropper` and therefor can expect the same values as documented
`cropperOptions` will be directly passed to `Cropper` and therefore can expect the same values as documented
in their [README](https://github.com/fengyuanchen/cropperjs/blob/HEAD/README.md#options),
with the addition of `croppedCanvasOptions`, which will be passed to [`getCroppedCanvas`](https://github.com/fengyuanchen/cropperjs/blob/HEAD/README.md#getcroppedcanvasoptions).

Expand Down

0 comments on commit 3dcbae7

Please sign in to comment.