From: Marius Olbertz Date: Thu, 20 Apr 2017 19:49:04 +0000 (+0200) Subject: Fixed typo. X-Git-Tag: v6.4.0-rc1~50^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e98e2d2be0b6f6a311e2f2f609cb3a58ced53e6;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixed typo. --- diff --git a/test/javascript/components/slider.js b/test/javascript/components/slider.js index f0ff93ee8..364919af2 100644 --- a/test/javascript/components/slider.js +++ b/test/javascript/components/slider.js @@ -211,7 +211,7 @@ describe('Slider', function() { plugin.$handle.should.have.attr('aria-valuenow', (10 - 1).toString()); }); - it('decreases value by step size times 10 on SHIFT_AARROW_RIGHT', function() { + it('decreases value by step size times 10 on SHIFT_ARROW_RIGHT', function() { $html = $(template).appendTo('body'); plugin = new Foundation.Slider($html, { initialStart: 10,