From 5ed564483a78214e1d905bf25bff50ee08aea0a7 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 22 Dec 2025 14:55:29 -0500 Subject: [PATCH] docs: fix typos and improve clarity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix duplicate "as as" typo in Antigravity section - Fix malformed closing HTML tag in Antigravity link - Change bash code block to json for Antigravity config - Improve clarity of npx -y flag usage in troubleshooting - Remove redundant "for more help" in Android debugging doc These changes improve the documentation readability and fix syntax highlighting for code blocks. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 6 +++--- docs/debugging-android.md | 2 +- docs/troubleshooting.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 05b92f64b..5e20d4349 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ amp mcp add chrome-devtools -- npx chrome-devtools-mcp@latest
Antigravity -To use the Chrome DevTools MCP server follow the instructions from Antigravity's docs to install a custom MCP server. Add the following config to the MCP servers config: +To use the Chrome DevTools MCP server follow the instructions from Antigravity's docs to install a custom MCP server. Add the following config to the MCP servers config: -```bash +```json { "mcpServers": { "chrome-devtools": { @@ -85,7 +85,7 @@ To use the Chrome DevTools MCP server follow the instructions from