From b8ecbc5a54ffd6b78c098a4739b67af50a435d0d Mon Sep 17 00:00:00 2001 From: Florian Metz Date: Wed, 20 Nov 2024 15:46:42 +0100 Subject: [PATCH] docs: fix analyze typo in type (#1187) --- packages/wxt/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/wxt/src/types.ts b/packages/wxt/src/types.ts index da818b57..0582f81e 100644 --- a/packages/wxt/src/types.ts +++ b/packages/wxt/src/types.ts @@ -271,7 +271,7 @@ export interface InlineConfig { analysis?: { /** * Explicitly include bundle analysis when running `wxt build`. This can be overridden by the - * command line `--analysis` option. + * command line `--analyze` option. * * @default false */