浏览代码

Fix typo in thumbnail-generator doc (#2177)

Marc-Antoine Ferland 5 年之前
父节点
当前提交
40d39ecbf7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      website/src/docs/thumbnail-generator.md

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

@@ -79,7 +79,7 @@ If both width and height are given, only width is taken into account.
 
 
 ### `waitForThumbnailsBeforeUpload: false`
 ### `waitForThumbnailsBeforeUpload: false`
 
 
-Whether to wait for all thumbnails to be ready before starting the upload. If set to `true`, Thumbnail Generator will envoke Uppy’s internal processing stage and wait for `thumbnail:all-generated` event, before proceeding to the uploading stage.
+Whether to wait for all thumbnails to be ready before starting the upload. If set to `true`, Thumbnail Generator will invoke Uppy’s internal processing stage and wait for `thumbnail:all-generated` event, before proceeding to the uploading stage.
 
 
 This is useful because Thumbnail Generator also adds EXIF data to images, and if we wait until it’s done processing, this data will be available on the server after the upload.
 This is useful because Thumbnail Generator also adds EXIF data to images, and if we wait until it’s done processing, this data will be available on the server after the upload.