From e8e945454477c87071e400c40ba263193bca76c6 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Thu, 25 Sep 2025 20:46:22 +0200 Subject: [PATCH] fix: typo in the disclaimers --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 62880f26..c67fe493 100644 --- a/src/main.ts +++ b/src/main.ts @@ -86,7 +86,7 @@ const logDisclaimers = () => { console.error( `chrome-devtools-mcp exposes content of the browser instance to the MCP clients allowing them to inspect, debug, and modify any data in the browser or DevTools. -Avoid sharing sensitive or personal information that you do want to share with MCP clients.`, +Avoid sharing sensitive or personal information that you do not want to share with MCP clients.`, ); };