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' } * ] * }); */