Skip to content

Commit 769fd05

Browse files
committed
readme
1 parent 8b694cf commit 769fd05

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ dropfile comes with both a component and an action. The component is basically a
7979

8080
### Errors
8181

82-
| class | reason | code |
83-
| ------------------------------ | ------------------------------------------------------------- | ----------------------------------- |
84-
| `InvalidFileTypeError` | file type does not satisfy `accept` | `InvalidFileType` (**0**) |
85-
| `FileCountExceededError` | total number of files selected or dropped exceeds `fileLimit` | `FileCountExceeded` (**1**) |
86-
| `FileSizeMinimumNotMetError` | file does not satisify `minSize` | `FileSizeMinimumNotMet` (**2**) |
87-
| `FileSizeMaximumExceededError` | file does not satisify `maxSize` | `FileSizeMaximumExceeded` - (**3**) |
82+
| class | reason | code |
83+
| ------------------------------ | ------------------------------------------------------------- | --------------------------------- |
84+
| `InvalidFileTypeError` | file type does not satisfy `accept` | `InvalidFileType` (**0**) |
85+
| `FileCountExceededError` | total number of files selected or dropped exceeds `fileLimit` | `FileCountExceeded` (**1**) |
86+
| `FileSizeMinimumNotMetError` | file does not satisify `minSize` | `FileSizeMinimumNotMet` (**2**) |
87+
| `FileSizeMaximumExceededError` | file does not satisify `maxSize` | `FileSizeMaximumExceeded` (**3**) |
8888

8989
### Alternatives
9090

0 commit comments

Comments
 (0)