From 3bb71d9fc2ff297fc74ec4e8f4f71a5bfc5f16a2 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 15 Jan 2015 17:55:00 -0800 Subject: [PATCH] jquery.tablesorter: Fix "capabilities" typo in comment Change-Id: Iea1a2956c8927bc29c904569ae594f6978aa8868 --- resources/src/jquery/jquery.tablesorter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/src/jquery/jquery.tablesorter.js b/resources/src/jquery/jquery.tablesorter.js index 3918be7499..8e1c3f0ae4 100644 --- a/resources/src/jquery/jquery.tablesorter.js +++ b/resources/src/jquery/jquery.tablesorter.js @@ -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. -- 2.20.1