Skip to content

Commit

Permalink
docs: Add missing closing bracket (#1112)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron <aaronklinker1@gmail.com>
  • Loading branch information
sir-kokabi and aklinker1 authored Oct 28, 2024
1 parent ea570c1 commit 4603ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/essentials/config/browser-startup.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import { resolve } from 'node:path';
export default defineRunnerConfig({
// On Windows, the path must be absolute
chromiumArgs: [`--user-data-dir="${resolve(".wxt/chrome-data")}"`
chromiumArgs: [`--user-data-dir="${resolve('.wxt/chrome-data')}"`],
});
```

Expand Down

0 comments on commit 4603ebb

Please sign in to comment.