From 298bde821263c10ce80c895af00e1a8103d28393 Mon Sep 17 00:00:00 2001 From: heocoi Date: Thu, 23 Dec 2021 20:31:38 +0900 Subject: [PATCH] docs: fix typo in audio.md (#3389) Webcam -> Audio --- website/src/docs/audio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/docs/audio.md b/website/src/docs/audio.md index 616210fe40..2010155c0d 100644 --- a/website/src/docs/audio.md +++ b/website/src/docs/audio.md @@ -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