From e3a0b728b2a00a09138fffd427c4c0aa7c8a6517 Mon Sep 17 00:00:00 2001 From: Ian Scheele Date: Tue, 20 Feb 2018 09:56:16 +0100 Subject: [PATCH] Update ajax-filter-posts.js --- assets/js/ajax-filter-posts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/ajax-filter-posts.js b/assets/js/ajax-filter-posts.js index 457f238..627c93b 100755 --- a/assets/js/ajax-filter-posts.js +++ b/assets/js/ajax-filter-posts.js @@ -146,7 +146,7 @@ * Remove a term from the set of query params * * @param string tax taxonomy of the term to remove - * @param {tring term term to remove + * @param {string term term to remove */ function removeQueryParam(tax, term) { if (queryParams.tax.hasOwnProperty(tax)) { @@ -335,4 +335,4 @@ init(); -}()); \ No newline at end of file +}());