From d60782a329028488eab19dbe5cb7dbca66938c76 Mon Sep 17 00:00:00 2001 From: Rahul Gurung Date: Fri, 5 Mar 2021 14:48:22 +0530 Subject: [PATCH 1/2] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f066d89..2261fea 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 `