소스 검색

Merge branch 'improvement/split-core-styles' of https://github.com/transloadit/uppy into improvement/split-core-styles

Artur Paikin 6 년 전
부모
커밋
92009e14fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      website/src/docs/webcam.md

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

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