Skip to content

Commit c53d261

Browse files
DoarakkoAllenFang
authored andcommitted
Fromatted Value => Formatted Value (react-bootstrap-table#1038)
1 parent 0c2863d commit c53d261

File tree

1 file changed

+1
-1
lines changed
  • packages/react-bootstrap-table2-example/stories

1 file changed

+1
-1
lines changed

packages/react-bootstrap-table2-example/stories/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ storiesOf('Table Search', module)
443443
.add('Default Search Table', () => <DefaultSearch />)
444444
.add('Default Custom Search', () => <DefaultCustomSearch />)
445445
.add('Fully Custom Search', () => <FullyCustomSearch />)
446-
.add('Search Fromatted Value', () => <SearchFormattedData />)
446+
.add('Search Formatted Value', () => <SearchFormattedData />)
447447
.add('Custom Search Value', () => <CustomSearchValue />);
448448

449449
storiesOf('Column Toggle', module)

0 commit comments

Comments
 (0)