Skip to content
This repository was archived by the owner on Apr 2, 2019. It is now read-only.

Commit 58ab1fa

Browse files
committed
Fix test description typo
1 parent 7125d76 commit 58ab1fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/preamble.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe("Backgrid#callByNeed", function () {
3636
expect(Backgrid.callByNeed(function () { return 1; })).toBe(1);
3737
});
3838

39-
it("will use the second parameter as the context when evaluation the first parameter as a function", function () {
39+
it("will use the second parameter as the context when evaluating the first parameter as a function", function () {
4040
expect(Backgrid.callByNeed(function () { return this[0]; }, [1,2,3])).toBe(1);
4141
});
4242

0 commit comments

Comments
 (0)