Browse Source

fix typos

Artur Paikin 4 years ago
parent
commit
e2f2f917fa
2 changed files with 3 additions and 3 deletions
  1. 1 1
      CHANGELOG.md
  2. 2 2
      website/src/_posts/2020-10-1.22.md

+ 1 - 1
CHANGELOG.md

@@ -124,7 +124,7 @@ Released: 2020-10-29
 - @uppy/core: core: add maxTotalFileSize restriction #514 (#2594 / @arturi)
 - @uppy/core: add postprocess progress when upload success (#2535 / @mejiaej)
 - @uppy/webcam: add video source selector (#2492 / @goto-bus-stop, @arturi)
-- @uppy/react: Webpack5: Fix react imports (#2589 / @@olemoign)
+- @uppy/react: Webpack5: Fix react imports (#2589 / @olemoign)
 - @uppy/thumbnail-generator: Add support for png thumbnails (#2603 / @SxDx)
 - website: mobile issues fixes + compact Companion migration table (#2593 / @nqst)
 

+ 2 - 2
website/src/_posts/2020-10-1.22.md

@@ -20,7 +20,7 @@ If your device has multiple cameras, you can now choose which one you want to us
 
 ## maxTotalFileSize
 
-New `maxTotalFileSize` restriction makes sure the total size of all the files selected isn’t over a certail threshold:
+New `maxTotalFileSize` restriction makes sure the total size of all the files selected isn’t over a certain threshold:
 
 ```js
 const uppy = new Uppy({
@@ -47,7 +47,7 @@ The plugin launches in beta, but you can already try it out by installing `@uppy
 - @uppy/locales: add missing camera translations to de_DE (#2574 / @ferdiusa)
 - @uppy/locales: update el_GR.js with more proper wording for Drag'n'Drop (#2578 / @aalepis)
 - @uppy/core: add postprocess progress when upload success (#2535 / @mejiaej)
-- @uppy/react: Webpack5: Fix react imports (#2589 / @@olemoign)
+- @uppy/react: Webpack5: Fix react imports (#2589 / @olemoign)
 - @uppy/thumbnail-generator: Add support for png thumbnails (#2603 / @SxDx)
 - website: mobile issues fixes + compact Companion migration table (#2593 / @nqst)