Browse Source

Fix typo in thumbnail generator documentation (#2108)

Marc-Antoine Ferland 5 years ago
parent
commit
cbe33a661f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      website/src/docs/thumbnail-generator.md

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

@@ -81,7 +81,7 @@ If both width and height are given, only width is taken into account.
 
 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.
 
-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 avilable 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.
 
 ## Event