Skip to content

Commit 0ff964a

Browse files
authored
docs: fix typo you're -> your (#1414)
1 parent 89459f0 commit 0ff964a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/essentials/config/browser-startup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default defineRunnerConfig({
7474
Now, next time you run the `dev` script, a persistent profile will be created in `.wxt/chrome-data/{profile-name}`. With a persistent profile, you can install devtools extensions to help with development, allow the browser to remember logins, etc, without worrying about the profile being reset the next time you run the `dev` script.
7575

7676
:::tip
77-
You can use any directory you'd like for `--user-data-dir`, the examples above create a persistent profile for each WXT project. To create a profile for all WXT projects, you can put the `chrome-data` directory inside you're user's home directory.
77+
You can use any directory you'd like for `--user-data-dir`, the examples above create a persistent profile for each WXT project. To create a profile for all WXT projects, you can put the `chrome-data` directory inside your user's home directory.
7878
:::
7979

8080
### Disable Opening Browser

0 commit comments

Comments
 (0)