From a345107c7091ee66c7e1bb29ee6cc8642f651119 Mon Sep 17 00:00:00 2001 From: henning-kvinnesland <39047273+henning-kvinnesland@users.noreply.github.com> Date: Fri, 15 Mar 2019 14:23:54 +0100 Subject: [PATCH] Fix typo. `to cusom the sort caret` => `to customize the sort-caret` --- docs/columns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/columns.md b/docs/columns.md index 3474e6d3a..55a4003e6 100644 --- a/docs/columns.md +++ b/docs/columns.md @@ -164,7 +164,7 @@ Enable the column sort via a `true` value given. ``` ## column.sortCaret - [Function] -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 {