Skip to content

Commit 90f686e

Browse files
authored
fix: typo in the disclaimers (#156)
1 parent 347768d commit 90f686e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const logDisclaimers = () => {
8686
console.error(
8787
`chrome-devtools-mcp exposes content of the browser instance to the MCP clients allowing them to inspect,
8888
debug, and modify any data in the browser or DevTools.
89-
Avoid sharing sensitive or personal information that you do want to share with MCP clients.`,
89+
Avoid sharing sensitive or personal information that you do not want to share with MCP clients.`,
9090
);
9191
};
9292

0 commit comments

Comments
 (0)