jquery.tablesorter: Fix "capabilities" typo in comment
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 16 Jan 2015 01:55:00 +0000 (17:55 -0800)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 16 Jan 2015 01:55:00 +0000 (17:55 -0800)
Change-Id: Iea1a2956c8927bc29c904569ae594f6978aa8868

resources/src/jquery/jquery.tablesorter.js

index 3918be7..8e1c3f0 100644 (file)
@@ -15,7 +15,7 @@
  */
 /**
  *
- * @description Create a sortable table with multi-column sorting capabilitys
+ * @description Create a sortable table with multi-column sorting capabilities
  *
  * @example $( 'table' ).tablesorter();
  * @desc Create a simple tablesorter interface.