Skip to content

Commit 9338d2b

Browse files
committed
typo
1 parent 89a33d4 commit 9338d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function App() {
6262
| Prop | Type | Options | Description | Default |
6363
| ------------- | ---------------- | -------- | ----------------------------------------- | :--------------: |
6464
| `tabs` | Array of objects | Required | Array of objects for your Tabs | `-` |
65-
| `selectedTab` | Integer | Required | A stateful value holing the current Tab | `0` |
65+
| `selectedTab` | Integer | Required | A stateful value holding the current Tab | `0` |
6666
| `onClick` | Function | Required | Function to update the current Tab | `-` |
6767
| `orientation` | String | Optional | Tab orientation `horizontal` - `vertical` | `horizontal` |
6868
| `className` | String | Optional | A className for custom styles | `tabs-component` |

0 commit comments

Comments
 (0)