From 508af9dc0dfb6059cf863060961aceb4fe61c24b Mon Sep 17 00:00:00 2001
From: Doarakko <2wua4nlyi@gmail.com>
Date: Wed, 31 Jul 2019 14:51:55 +0900
Subject: [PATCH] Fromatted Value => Formatted Value
---
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 848458fd2..93ca8c481 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)