diff --git a/docs/row-selection.md b/docs/row-selection.md
index d7f2e57..eb57e6b 100644
--- a/docs/row-selection.md
+++ b/docs/row-selection.md
@@ -158,7 +158,7 @@ const selectRow = {
};
```
-### selectRow.selectionRenderer - [Bool]
+### selectRow.selectionRenderer - [Function]
Provide a callback function which allow you to custom the checkbox/radio box. This callback only have one argument which is an object and contain following properties:
```js
@@ -172,7 +172,7 @@ const selectRow = {
> By default, `react-bootstrap-table2` will help you to handle the click event, it's not necessary to handle again by developer.
-### selectRow.selectionHeaderRenderer - [Bool]
+### selectRow.selectionHeaderRenderer - [Function]
Provide a callback function which allow you to custom the checkbox/radio box in the selection header column. This callback only have one argument which is an object and contain following properties:
```js