From 5026b3580f2f26bac5c576cc85b211c2f851d3f1 Mon Sep 17 00:00:00 2001 From: KHeo Date: Thu, 25 Jun 2020 11:02:06 +0900 Subject: [PATCH] Fix comment. --- cli/types/cypress.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/types/cypress.d.ts b/cli/types/cypress.d.ts index b795ae1ea924..a1f357ea4a53 100644 --- a/cli/types/cypress.d.ts +++ b/cli/types/cypress.d.ts @@ -108,7 +108,7 @@ declare namespace Cypress { } /** - * The interface for user-defined properties in Window object. + * The interface for user-defined properties in Window object under test. */ interface ApplicationWindow {} // tslint:disable-line