Skip to content

Commit

Permalink
Fix typo in docs/drag-drop.md (#3319)
Browse files Browse the repository at this point in the history
  • Loading branch information
ash-jc-allen committed Nov 15, 2021
1 parent 4e233bf commit e27ee0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/docs/drag-drop.md
Expand Up @@ -39,7 +39,7 @@ const { DragDrop } = Uppy

## CSS

The `@uppy/drag-drop` plugin includes some basi c styles, like shown in the [example](/examples/dragdrop). You can also choose not to use it and provide your own styles instead.
The `@uppy/drag-drop` plugin includes some basic styles, like shown in the [example](/examples/dragdrop). You can also choose not to use it and provide your own styles instead.

```js
import '@uppy/core/dist/style.css'
Expand Down

0 comments on commit e27ee0b

Please sign in to comment.