浏览代码

fix(docs): typo in property `thumbnailType` (#3472)

- `thumbnailtype` -> `thumbnailType`
Dan Schalow 3 年之前
父节点
当前提交
1cad5335b7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      website/src/docs/thumbnail-generator.md

+ 1 - 1
website/src/docs/thumbnail-generator.md

@@ -78,7 +78,7 @@ If both width and height are given, only width is taken into account.
 >
 >
 > See issue [#979](https://github.com/transloadit/uppy/issues/979) and [#1096](https://github.com/transloadit/uppy/pull/1096) for details on this feature.
 > See issue [#979](https://github.com/transloadit/uppy/issues/979) and [#1096](https://github.com/transloadit/uppy/pull/1096) for details on this feature.
 
 
-### `thumbnailtype: 'image/jpeg'`
+### `thumbnailType: 'image/jpeg'`
 
 
 MIME type of the resulting thumbnail. Default thumbnail MIME type is `image/jpeg`. This is useful if you want to support transparency in your thumbnails by switching to `image/png`.
 MIME type of the resulting thumbnail. Default thumbnail MIME type is `image/jpeg`. This is useful if you want to support transparency in your thumbnails by switching to `image/png`.