From d9f0178550b49607e48cb897869169762b9e17a3 Mon Sep 17 00:00:00 2001 From: Rahul Gurung Date: Sat, 6 Mar 2021 00:35:07 +0530 Subject: [PATCH] fix: fixed typo (#58) * fixed typo * added space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f066d89..1835667 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ ReactDOM.render(, 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 `` element. | | cssLabelClass | string | `csv-label` | A CSS class to be applied to the `