From aa3c150b0e515e8a483bd56a106e55506c59079f Mon Sep 17 00:00:00 2001 From: Dave Hughes Date: Thu, 1 Nov 2018 23:35:53 -0700 Subject: [PATCH] Fix minor typo in docs `s/Diable/Disable/` --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 3a9fbcec..d6d66bc1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -373,7 +373,7 @@
  • Dealing with text strings in numerical sorts (stringTo; v2.0.10).
  • Disable sorting or set the column parser using class names (v2.0.11).
  • Disable sorting or set the column parser using data (v2.3).
  • -
  • Diable parsing of column content (v2.17.1).
  • +
  • Disable parsing of column content (v2.17.1).
  • Using extractors with parsers (v2.17.6).
  • Changing the date format (v2.0.23).