Skip to content

Commit

Permalink
fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf committed Feb 26, 2018
1 parent 406cb1b commit 5071568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/javascript/util/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 5071568

Please sign in to comment.