Skip to content

Commit 02016f2

Browse files
authored
Remove stray space too
While I'm paying attention. Squash merges ftw
1 parent b4a8f3a commit 02016f2

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 '{"allowDevTools": 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)