Sfoglia il codice sorgente

Fix typo in docs/progressbar.md (#2962)

a-kriya 3 anni fa
parent
commit
229f070cf8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      website/src/docs/progressbar.md

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

@@ -48,7 +48,7 @@ import '@uppy/core/dist/style.css'
 import '@uppy/progress-bar/dist/style.css'
 ```
 
-Import general Core styles from `@uppy/core/dist/style.css` first, then add the Informer styles from `@uppy/progress-bar/dist/style.css`. A minified version is also available as `style.min.css` at the same path. The way to do import depends on your build system.
+Import general Core styles from `@uppy/core/dist/style.css` first, then add the Progress Bar styles from `@uppy/progress-bar/dist/style.css`. A minified version is also available as `style.min.css` at the same path. The way to do import depends on your build system.
 
 ⚠️ If you use the [`@uppy/dashboard`](/docs/dashboard) plugin, you do not need to include the styles for the Progress Bar, because the Dashboard already includes it.