Fix triple/tripple spelling error

This commit is contained in:
August Toman-Yih and Sheel Choksi
2013-10-30 17:30:25 -07:00
parent c7e3ca6c8a
commit ea888e4c03

View File

@@ -1,6 +1,6 @@
describe("matchersUtil", function() {
describe("equals", function() {
it("passes for literals that are tripple-equal", function() {
it("passes for literals that are triple-equal", function() {
expect(j$.matchersUtil.equals(null, null)).toBe(true);
expect(j$.matchersUtil.equals(void 0, void 0)).toBe(true);
});