From 1719d17cff4d3376b4d3c4b30df50b382541e6f7 Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 6 Jan 2025 17:28:31 -0600 Subject: [PATCH] docs: Fix typo --- docs/guide/essentials/config/manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/essentials/config/manifest.md b/docs/guide/essentials/config/manifest.md index 9776f754..8e1bdb3d 100644 --- a/docs/guide/essentials/config/manifest.md +++ b/docs/guide/essentials/config/manifest.md @@ -1,6 +1,6 @@ # Manifest -In WXT, there is no `manifest.json` file in your source code. Instead, WXT generates the manifest from using multiple sources: +In WXT, there is no `manifest.json` file in your source code. Instead, WXT generates the manifest from multiple sources: - Global options [defined in your `wxt.config.ts` file](#global-options) - Entrypoint-specific options [defined in your entrypoints](/guide/essentials/entrypoints#defining-manifest-options)