Ver código fonte

Fix typo in `docs/drag-drop.md` (#3319)

Ash Allen 3 anos atrás
pai
commit
e27ee0bb13
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      website/src/docs/drag-drop.md

+ 1 - 1
website/src/docs/drag-drop.md

@@ -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'