From 48c2c075579c2d6c9228d7c55cb87f8976eea490 Mon Sep 17 00:00:00 2001 From: "C.C" Date: Tue, 2 Jul 2024 20:09:07 +0800 Subject: [PATCH] docs: Fix manifest typo (#787) --- docs/guide/key-concepts/manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/key-concepts/manifest.md b/docs/guide/key-concepts/manifest.md index cfdbe6af..bd5525aa 100644 --- a/docs/guide/key-concepts/manifest.md +++ b/docs/guide/key-concepts/manifest.md @@ -25,7 +25,7 @@ Here's an example `wxt.config.ts` file: import { defineConfig } from 'wxt'; export default defineConfig({ - mainfest: { + manifest: { action: { default_title: 'Some Title', },