From c53d2612d40295d0f4398634d89849da97c563b0 Mon Sep 17 00:00:00 2001 From: Peperoncino <2wua4nlyi@gmail.com> Date: Sat, 3 Aug 2019 16:49:54 +0900 Subject: [PATCH] Fromatted Value => Formatted Value (#1038) --- packages/react-bootstrap-table2-example/stories/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-bootstrap-table2-example/stories/index.js b/packages/react-bootstrap-table2-example/stories/index.js index 848458f..93ca8c4 100644 --- a/packages/react-bootstrap-table2-example/stories/index.js +++ b/packages/react-bootstrap-table2-example/stories/index.js @@ -443,7 +443,7 @@ storiesOf('Table Search', module) .add('Default Search Table', () => ) .add('Default Custom Search', () => ) .add('Fully Custom Search', () => ) - .add('Search Fromatted Value', () => ) + .add('Search Formatted Value', () => ) .add('Custom Search Value', () => ); storiesOf('Column Toggle', module)