fix docu typos (#733)

This commit is contained in:
chris
2019-01-05 16:09:47 +08:00
committed by Allen
parent 14c15a5dfb
commit 8f036e79ac
2 changed files with 11 additions and 10 deletions
+8 -7
View File
@@ -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!
+3 -3
View File
@@ -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