From da885ff6c8c431a528ef45a89c594de1e348b404 Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 27 Feb 2025 09:59:29 -0600 Subject: [PATCH] docs: Update browser-startup.md --- 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 6817e28d..aba5320d 100644 --- a/docs/guide/essentials/config/browser-startup.md +++ b/docs/guide/essentials/config/browser-startup.md @@ -6,7 +6,7 @@ outline: deep > See the [API Reference](/api/reference/wxt/interfaces/ExtensionRunnerConfig) for a full list of config. -During development WXT uses [`web-ext` by Mozilla](https://www.npmjs.com/package/web-ext) to automatically open a browser window with your extension installed. +During development, WXT uses [`web-ext` by Mozilla](https://www.npmjs.com/package/web-ext) to automatically open a browser window with your extension installed. ## Config Files