Fix typo. (#855)

`to cusom the sort caret` => `to customize the sort-caret`
This commit is contained in:
henning-kvinnesland
2019-03-17 06:30:35 +01:00
committed by Allen
parent f80e1ea66c
commit b93c683f17

View File

@@ -164,7 +164,7 @@ Enable the column sort via a `true` value given.
```
## <a name='sortCaret'>column.sortCaret - [Function]</a>
Use`column.sortCaret` to custom the sort caret. This callback function accept two arguments: `order` and `column`
Use`column.sortCaret` to customize the sort caret. This callback function accept two arguments: `order` and `column`
```js
{