From 03e26ee73b67092329b749575f0db4dba86b7a7e Mon Sep 17 00:00:00 2001 From: JacobLinCool Date: Thu, 16 Dec 2021 02:17:06 +0800 Subject: [PATCH] chore: fix document typo bunlding -> bundling --- src/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.ts b/src/options.ts index df37a3d8..518061a8 100644 --- a/src/options.ts +++ b/src/options.ts @@ -93,7 +93,7 @@ export type Options = { */ pure?: string | string[] /** - * Disable bunlding, default to true + * Disable bundling, default to true */ bundle?: boolean /**