소스 검색

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.
 
-### `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`.