From c91130075b17afd9a29690158531c9868044a37e Mon Sep 17 00:00:00 2001 From: Andrey Nikonov Date: Thu, 12 Sep 2019 17:56:16 +0300 Subject: [PATCH] Fix typo (#1513) --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 9a4e95f..76f2067 100644 --- a/docs/api.md +++ b/docs/api.md @@ -427,7 +427,7 @@ The following options are supported on any `Column` object passed to the `column - `sortType: String | Function` - Used to compare 2 rows of data and order them correctly. - If a **function** is passed, it must be **memoized** - - String options: `basic`, `datettime`, `alphanumeric`. Defaults to [`alphanumeric`](TODO). + - String options: `basic`, `datetime`, `alphanumeric`. Defaults to [`alphanumeric`](TODO). - The resolved function from the this string/function will be used to sort the this column's data. - If a `string` is passed, the function with that name located on either the custom `sortTypes` option or the built-in sorting types object will be used. - If a `function` is passed, it will be used.