From 8f036e79acba5c59ac1d254d44c9a8d93a8e7211 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 5 Jan 2019 09:09:47 +0100 Subject: [PATCH] fix docu typos (#733) --- docs/about.md | 15 ++++++++------- docs/getting-started.md | 6 +++--- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/about.md b/docs/about.md index af788b4..f19754a 100644 --- a/docs/about.md +++ b/docs/about.md @@ -4,15 +4,16 @@ title: react-bootstrap-table2 sidebar_label: About --- -[`react-bootstrap-table2`](https://github.com/react-bootstrap-table/react-bootstrap-table2) is next generation of [`react-bootstrap-table`](https://github.com/AllenFang/react-bootstrap-table). We rebuilt it to makie it more better and easy to use. Following is our mission: +[`react-bootstrap-table2`](https://github.com/react-bootstrap-table/react-bootstrap-table2) is next generation of [`react-bootstrap-table`](https://github.com/AllenFang/react-bootstrap-table). We rebuilt it to make it better and easier to use: -* Refactoring core module and make challenges be possible +* Refactoring core modules * More customizable table -* Reduce the bugs and bundled size -* Solve the performance issue +* Smaller bundled size +* Reduce bug count +* Solve performance issues * Improve the [`remote`](https://allenfang.github.io/react-bootstrap-table/docs.html#remote) mode -* Improve handling of DOM events well -* Support nest data +* Improve handling of DOM events +* Support nested 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!!, only the npm name is different!!!! +> Due to `react-bootstrap-table2` already taken on npm our module is called **`react-bootstrap-table-next`**. We still use `react-bootstrap-table2` in any our git repository, official website and documentation - only the npm name is different! diff --git a/docs/getting-started.md b/docs/getting-started.md index 44b3795..230362b 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -6,7 +6,7 @@ sidebar_label: Getting Started ## Installation -> 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!!!! +> Due to `react-bootstrap-table2` already taken on npm our module is called **`react-bootstrap-table-next`**. We still use `react-bootstrap-table2` in any our git repository, official website and documentation - only the npm name is different! ```sh $ npm install react-bootstrap-table-next --save @@ -14,9 +14,9 @@ $ npm install react-bootstrap-table-next --save ## Add CSS -> `react-bootstrap-table2` need you to add bootstrap css in your application firstly. After **v1.0.0**, we start to suport `bootstrap@4`. +> You first need to add bootstrap css in your application. After **v1.0.0**, we start to suport `bootstrap@4`. -Finish above step, let's add the `react-bootstrap-table2` styles: +Finish above step, then add the `react-bootstrap-table2` styles: ```js // es5