Skip to content

Commit 86ea1df

Browse files
Armaniorolandjitsu
authored andcommitted
docs: typo fix in previews page
closes react-dropzone#1193
1 parent a2039fd commit 86ea1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/previews/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Starting with version 7.0.0, the `{preview}` property generation on the [File](https://developer.mozilla.org/en-US/docs/Web/API/File) objects and the `{disablePreview}` property on the `<Dropzone>` have been removed.
22

3-
If you need need the `{preview}`, it can be easily achieved in the `onDrop()` callback:
3+
If you need the `{preview}`, it can be easily achieved in the `onDrop()` callback:
44

55
```jsx harmony
66
import React, {useEffect, useState} from 'react';

0 commit comments

Comments
 (0)