Skip to content

Commit 65d104f

Browse files
committed
fix typo
1 parent 7ef68ba commit 65d104f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chromium/test/incognito_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('incognito.js', function() {
5151
expect(this.callbackCalled).to.be.true;
5252
});
5353

54-
it('detcts when an incognito window is created', function() {
54+
it('detects when an incognito window is created', function() {
5555
this.instance.detect_incognito_creation({incognito: true});
5656
expect(incognito.state.incognito_session_exists, 'constant changed').to.be.true;
5757
})

0 commit comments

Comments
 (0)