diff --git a/docs/guide/development.md b/docs/guide/development.md index dd7a0742..0ccdd499 100644 --- a/docs/guide/development.md +++ b/docs/guide/development.md @@ -89,7 +89,7 @@ import { defineRunnerConfig } from 'wxt'; export default defineRunnerConfig({ startUrls: ['https://google.com', 'https://duckduckgo.com'], chromiumProfile: '/path/to/profile/to/use', - chromiumArgs: ['--window-size=400x300'], + chromiumArgs: ['--window-size=400,300'], }); ```