Skip to content

Commit 2099764

Browse files
fix: very minor typo in "Chrome DevTools Protocol" (#9146)
1 parent 0d2e7e3 commit 2099764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/browser/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ it('handles files', async () => {
3838

3939
## CDP Session
4040

41-
Vitest exposes access to raw Chrome Devtools Protocol via the `cdp` method exported from `vitest/browser`. It is mostly useful to library authors to build tools on top of it.
41+
Vitest exposes access to raw Chrome DevTools Protocol via the `cdp` method exported from `vitest/browser`. It is mostly useful to library authors to build tools on top of it.
4242

4343
```ts
4444
import { cdp } from 'vitest/browser'

0 commit comments

Comments
 (0)