Skip to content

Commit

Permalink
docs: fix typo in audio.md (transloadit#3389)
Browse files Browse the repository at this point in the history
Webcam -> Audio
  • Loading branch information
heocoi authored Dec 23, 2021
1 parent 26fab80 commit 298bde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/docs/audio.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import '@uppy/core/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

Expand Down

0 comments on commit 298bde8

Please sign in to comment.