diff --git a/core/src/core-plugin-definitions.ts b/core/src/core-plugin-definitions.ts index c33caa48e..c132bb229 100644 --- a/core/src/core-plugin-definitions.ts +++ b/core/src/core-plugin-definitions.ts @@ -244,7 +244,7 @@ export interface BrowserPlugin extends Plugin { prefetch(options: BrowserPrefetchOptions): Promise; /** - * Close an open browser. Only works on iOS, otherwise is a no-op + * Close an open browser. Only works on iOS and Web environment, otherwise is a no-op */ close(): Promise;