Skip to content

Commit 4f58c77

Browse files
authored
chore: Fix typo in BrowserServerFactory options parameter (#9049)
1 parent 67a39f5 commit 4f58c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vitest/src/node/types/browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export interface BrowserServerOptions {
3838
}
3939

4040
export interface BrowserServerFactory {
41-
(otpions: BrowserServerOptions): Promise<ParentProjectBrowser>
41+
(options: BrowserServerOptions): Promise<ParentProjectBrowser>
4242
}
4343

4444
export interface BrowserProvider {

0 commit comments

Comments
 (0)