Skip to content

Commit 3bfdc5c

Browse files
ycgwsmsnbv
and
smsnbv
authored
FIX: Chromium window-size example format (#630)
Co-authored-by: smsnbv <[email protected]>
1 parent acb7554 commit 3bfdc5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guide/development.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ import { defineRunnerConfig } from 'wxt';
8989
export default defineRunnerConfig({
9090
startUrls: ['https://google.com', 'https://duckduckgo.com'],
9191
chromiumProfile: '/path/to/profile/to/use',
92-
chromiumArgs: ['--window-size=400x300'],
92+
chromiumArgs: ['--window-size=400,300'],
9393
});
9494
```
9595

0 commit comments

Comments
 (0)