docs: Fix typo

This commit is contained in:
Aaron
2025-01-06 17:28:31 -06:00
committed by GitHub
parent 32afb8d97c
commit 1719d17cff
+1 -1
View File
@@ -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)