Переглянути джерело

Some further polish

@arturi
AJvanLoon 6 роки тому
батько
коміт
04323251cf
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      website/src/docs/progressbar.md

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

@@ -59,7 +59,7 @@ DOM element, CSS selector, or plugin to mount the progress bar into.
 
 
 ### `fixed: false`
 ### `fixed: false`
 
 
-When true, show the progress bar at the top of the page with `position: fixed`. When false, show the progress bar inline wherever it is mounted.
+When set to true, show the progress bar at the top of the page with `position: fixed`. When set to false, show the progress bar inline wherever it is mounted.
 
 
 ```js
 ```js
 uppy.use(ProgressBar, {
 uppy.use(ProgressBar, {
@@ -70,7 +70,7 @@ uppy.use(ProgressBar, {
 
 
 ### `hideAfterFinish: true`
 ### `hideAfterFinish: true`
 
 
-When true, hides the progress bar after the upload has finished. If false, it remains visible.
+When set to true, hides the progress bar after the upload has finished. If set to false, it remains visible.
 
 
 ### `replaceTargetContent: false`
 ### `replaceTargetContent: false`