From 176cf29f138309bbec957ca4049182f64cecf96c Mon Sep 17 00:00:00 2001 From: kfk Date: Thu, 16 Apr 2020 12:30:47 +0300 Subject: [PATCH] Fix: turkish-string sort plugin example --- sorting/turkish-string.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorting/turkish-string.js b/sorting/turkish-string.js index 9c9d2de..e5b6d02 100644 --- a/sorting/turkish-string.js +++ b/sorting/turkish-string.js @@ -11,7 +11,7 @@ * // Use plug-in for all columns * $('#example').dataTable({ * columnDefs: [ - * { type: 'turkish'. targets: '_all' } + * { type: 'turkish', targets: '_all' } * ] * }); */