Jelajahi Sumber

docs: fix typo in audio.md (#3389)

Webcam -> Audio
heocoi 3 tahun lalu
induk
melakukan
298bde8212
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      website/src/docs/audio.md

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

@@ -45,7 +45,7 @@ import '@uppy/core/dist/style.css'
 import '@uppy/audio/dist/style.css'
 import '@uppy/audio/dist/style.css'
 ```
 ```
 
 
-Import general Core styles from `@uppy/core/dist/style.css` first, then add the Webcam styles from `@uppy/audio/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 Audio styles from `@uppy/audio/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.
 
 
 ## Options
 ## Options