]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix small typo
authorDaniel Ruf <daniel@daniel-ruf.de>
Mon, 26 Feb 2018 22:08:06 +0000 (23:08 +0100)
committerDaniel Ruf <daniel@daniel-ruf.de>
Mon, 26 Feb 2018 22:08:06 +0000 (23:08 +0100)
test/javascript/util/core.js

index d4a8b921337817b03c1153db9bc89b5d0a9dbafa..d41f7fd8355909426dccc399a8320dc221537f7e 100644 (file)
@@ -92,7 +92,7 @@ describe('Foundation core', function() {
       name.should.be.equal('A');
     });
 
-    it('should handle an anonymouse function expression', function() {
+    it('should handle an anonymous function expression', function() {
       var name = Foundation.getFnName(function(){});
 
       name.should.be.a('string');