From 0ff964a04bfc62feda62a32101779380ac18f73a Mon Sep 17 00:00:00 2001 From: Andy Nguyen Date: Sun, 9 Feb 2025 14:35:31 -0700 Subject: [PATCH] docs: fix typo `you're` -> `your` (#1414) --- docs/guide/essentials/config/browser-startup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/essentials/config/browser-startup.md b/docs/guide/essentials/config/browser-startup.md index bd3f7bc3..6817e28d 100644 --- a/docs/guide/essentials/config/browser-startup.md +++ b/docs/guide/essentials/config/browser-startup.md @@ -74,7 +74,7 @@ export default defineRunnerConfig({ 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. :::tip -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. +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. ::: ### Disable Opening Browser