Artur Paikin 6 سال پیش
والد
کامیت
dc2e067856
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      website/src/docs/uppy.md

+ 2 - 2
website/src/docs/uppy.md

@@ -337,7 +337,7 @@ Toggle pause/resume on an upload. Will only work if resumable upload plugin, suc
 
 ### `uppy.pauseAll()`
 
-Pause all uploads. Will only work if resumable upload plugin, such as [Tus](/docs/tus/), is used.
+Pause all uploads. Will only work if a resumable upload plugin, such as [Tus](/docs/tus/), is used.
 
 ### `uppy.resumeAll()`
 
@@ -353,7 +353,7 @@ Retry all uploads (after an error, for example).
 
 ### `uppy.cancelAll()`
 
-Cancel all uploads, resets progress and removes all files.
+Cancel all uploads, reset progress and remove all files.
 
 ### `uppy.setState(patch)`