ソースを参照

doc: fix linter failure in `image-editor.md` (#3924)

* Revert "doc: Fix typo in image-editor.md (#3921)"

This reverts commit 3dcbae73c74b9798ea89716826779386eccc1082.

* Update image-editor.md
Antoine du Hamel 2 年 前
コミット
6531df67df
1 ファイル変更1 行追加1 行削除
  1. 1 1
      website/src/docs/image-editor.md

+ 1 - 1
website/src/docs/image-editor.md

@@ -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 therefore can expect the same values as documented
+`cropperOptions` will be directly passed to `Cropper` and thus 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).