Ver Fonte

Replace Drag & Drop ref w/ correct File Input

Jed Wood há 6 anos atrás
pai
commit
5f2402a97a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      website/src/docs/fileinput.md

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

@@ -47,7 +47,7 @@ import '@uppy/core/dist/style.css'
 import '@uppy/file-input/dist/style.css'
 import '@uppy/file-input/dist/style.css'
 ```
 ```
 
 
-Import general Core styles from `@uppy/core/dist/style.css` first, then add the Drag & Drop styles from `@uppy/file-input/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 File Input styles from `@uppy/file-input/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