Prechádzať zdrojové kódy

Edit and publish website/src/_posts/2021-04-1.29.md

Murderlon 3 rokov pred
rodič
commit
44679babf5
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      website/src/_posts/2021-04-1.29.md

+ 3 - 3
website/src/_posts/2021-04-1.29.md

@@ -3,7 +3,7 @@ title: "Uppy 1.29: Golden Retriever, disableLocalFiles, Webcam previews, uppy.lo
 date: 2021-05-31
 author: arturi
 image: "https://uppy.io/images/blog/1.29/golden-retriever-all-recovered.png"
-published: false
+published: true
 ---
 
 In Uppy 1.29 we’ve revamped the Golden Retriever plugin with support for partially recovered “ghost” files, added `disableLocalFiles` option to the Dashboard, ability to preview Webcam videos before submitting and an `uppy.logout()` method, among with an assortment of Companion improvements.
@@ -39,7 +39,7 @@ You can try Golden Retriever in action on [the Dashboard example page](https://u
 
 ## Webcam Previews
 
-When recording a video with `@uppy/webcam` plugin, you will now be given a chance to play it back and review before submitting. If you happen to not like the way glitch crab mask you’ve used, you can re-record the video using a more appropriate baby Yoda or duckface mask.
+When recording a video with `@uppy/webcam` plugin, you will now be given a chance to play it back and review before submitting. If you happen to not like the crab mask you’ve used, you can re-record the video using a more appropriate baby Yoda or duckface mask.
 
 <video alt="Demo of Uppy Golden Retriever file restore plugin in action" muted autoplay loop>
   <source src="/images/blog/1.29/webcam-preview-demo.mp4" type="video/mp4">
@@ -48,7 +48,7 @@ When recording a video with `@uppy/webcam` plugin, you will now be given a chanc
 
 ## uppy.logout()
 
-When your users logs out of your app, you might want to also log them out of any cloud providers they might have used through Uppy, for extra security.
+When your users log out of your app, you might want to also log them out of any cloud providers they might have used through Uppy, for extra security.
 
 `uppy.logout()` calls `provider.logout()` on each remote provider plugin, like Google Drive, Instagram, Dropbox etc.