Skip to content

Commit b4a8f3a

Browse files
authored
Fix typo
1 parent fd5ae57 commit b4a8f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tools/debugging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Access Chrome's developer tools inside Claude Desktop to investigate client-side
6363
1. Create a `developer_settings.json` file with `allowDevTools` set to true:
6464

6565
```bash
66-
echo '{"allow_dev_tools": true }' > ~/Library/Application\ Support/Claude/developer_settings.json
66+
echo '{"allowDevTools": true }' > ~/Library/Application\ Support/Claude/developer_settings.json
6767
```
6868

6969
2. Open DevTools: `Command-Option-Shift-i`

0 commit comments

Comments
 (0)