From b93c683f176d05f2c9113210b9c6b0e196c7c859 Mon Sep 17 00:00:00 2001 From: henning-kvinnesland <39047273+henning-kvinnesland@users.noreply.github.com> Date: Sun, 17 Mar 2019 06:30:35 +0100 Subject: [PATCH] Fix typo. (#855) `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 3474e6d..55a4003 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 {