Skip to content

Commit

Permalink
fix: fixed typo (#58)
Browse files Browse the repository at this point in the history
* fixed typo
* added space
  • Loading branch information
rahgurung committed Mar 5, 2021
1 parent 21708bb commit d9f0178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ReactDOM.render(<App />, document.getElementById('root'))

| Name | Type | Default | Description |
| ------------- | --------------- | ------------------------ | -------------------------------------------------------------------------------- |
| accept | striing | `.csv, text/csv` | File type accepted by file input. |
| accept | string | `.csv, text/csv` | File type accepted by file input. |
| cssClass | string | `csv-reader-input` | A CSS class to be applied to the wrapper element. |
| cssInputClass | string | `csv-input` | A CSS class to be applied to the `<input>` element. |
| cssLabelClass | string | `csv-label` | A CSS class to be applied to the `<label>` element. |
Expand Down

0 comments on commit d9f0178

Please sign in to comment.