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

Commit fa79eaa

Browse files
committed
test($browser): fix typo in property name (histroy --> history)
(The semantics of the test aren't affected, because we just needed a falsy value.)
1 parent 1964620 commit fa79eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/ng/browserSpecs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ describe('browser', function() {
551551
// `history.state` in contexts where `$sniffer.history` is false.
552552

553553
var historyStateAccessed = false;
554-
var mockSniffer = {histroy: false};
554+
var mockSniffer = {history: false};
555555
var mockWindow = new MockWindow();
556556

557557
var _state = mockWindow.history.state;

0 commit comments

Comments
 (0)