]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixed typo.
authorMarius Olbertz <marius.olbertz@gmail.com>
Thu, 20 Apr 2017 19:49:04 +0000 (21:49 +0200)
committerMarius Olbertz <marius.olbertz@gmail.com>
Thu, 20 Apr 2017 19:49:04 +0000 (21:49 +0200)
test/javascript/components/slider.js

index f0ff93ee89ff9c96f3970e978fc83d05ef0099aa..364919af2f3e29fd7ea6aec6ba3ea619d362494a 100644 (file)
@@ -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,