From 5303c1ae22ec364045dfbef5687a5691f73111d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B3=E4=B9=99=E5=B1=B1?= Date: Thu, 15 Mar 2018 09:33:09 +0800 Subject: [PATCH] fix typo --- docs/about.md | 2 +- docs/overlay.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/about.md b/docs/about.md index 231cee0..af788b4 100644 --- a/docs/about.md +++ b/docs/about.md @@ -15,4 +15,4 @@ sidebar_label: About * Support nest data * Support table footer -> Due to `react-bootstrap-table2` already taked on npm so that our npm module name is **`react-bootstrap-table-next`**. Anyway, we still use or mention `react-bootstrap-table2` in any our git repository, offical website and documents!!, ony the npm name is different!!!! \ No newline at end of file +> Due to `react-bootstrap-table2` already taked on npm so that our npm module name is **`react-bootstrap-table-next`**. Anyway, we still use or mention `react-bootstrap-table2` in any our git repository, offical website and documents!!, only the npm name is different!!!! diff --git a/docs/overlay.md b/docs/overlay.md index a324aa9..9ba52f4 100644 --- a/docs/overlay.md +++ b/docs/overlay.md @@ -4,7 +4,7 @@ title: Remote Loading/Overlay sidebar_label: Overlay --- -In `react-bootstrap-table2`, you will be easier to custom the loading or lverlay on table no matter if remote enabled or not. In the following, we have two way to do it: +In `react-bootstrap-table2`, you will be easier to custom the loading or overlay on table no matter if remote enabled or not. In the following, we have two way to do it: ----- @@ -16,4 +16,4 @@ In `react-bootstrap-table2`, you will be easier to custom the loading or lverlay ## Loading Table In the most of case for remote mode, you need the loading animation to tell the user the table is loading or doing some action in the background. Hence, you can lervarge [**`overlay`**](./table-props.html#overlay-function) prop. -[**Here**](../storybook/index.html?selectedKind=EmptyTableOverlay) is also a example for `overlay` \ No newline at end of file +[**Here**](../storybook/index.html?selectedKind=EmptyTableOverlay) is also a example for `overlay`