Skip to content

Commit d62df24

Browse files
CodinCatdanez
authored andcommitted
Fix typo in readme (#173)
* Fix typo in readme * Fix typo in readme
1 parent 6deebaa commit d62df24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ If you specify additional props on the `<Tabs />` component they will be forward
6464
6565
#### className: `string | Array<string> | { [string]: boolean }`
6666
67-
> default: `"PropTypes"`
67+
> default: `"ReactTabs"`
6868
6969
Provide a custom class name for the outer `<div />` of the tabs.
7070
@@ -142,7 +142,7 @@ If you specify additional props on the `<TabList />` component they will be forw
142142
143143
#### className: `string | Array<string> | { [string]: boolean }`
144144
145-
> default: `"PropTypes__TabList"`
145+
> default: `"ReactTabs__TabList"`
146146
147147
Provide a custom class name for the `<ul />`.
148148
@@ -160,7 +160,7 @@ Provide a custom class name for disabled tabs.
160160
161161
#### className: `string | Array<string> | { [string]: boolean }`
162162
163-
> default: `"PropTypes__Tab"`
163+
> default: `"ReactTabs__Tab"`
164164
165165
Provide a custom class name for the `<li />`.
166166
@@ -178,7 +178,7 @@ If you specify additional props on the `<TabPanel />` component they will be for
178178
179179
#### className: `string | Array<string> | { [string]: boolean }`
180180
181-
> default: `"PropTypes__TabPanel"`
181+
> default: `"ReactTabs__TabPanel"`
182182
183183
Provide a custom class name for the `<div />` containing the tab content.
184184

0 commit comments

Comments
 (0)