From 8822eddea1b8a61a55c48754e7ec4c190ed0c23e 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