From 3aaf4406ea9b2c42371c468a68364dd16f9e2fc2 Mon Sep 17 00:00:00 2001 From: Jeff Astor Date: Mon, 13 Dec 2021 15:35:42 -0800 Subject: [PATCH] [Options Type Definition] Friendly spellcheck in comments --- src/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.ts b/src/options.ts index 524820b7..5be70077 100644 --- a/src/options.ts +++ b/src/options.ts @@ -29,7 +29,7 @@ export type Options = { entryPoints?: BuildOptions['entryPoints'] entry?: BuildOptions['entryPoints'] /** - * Output different formats to differen folder instead of using different extensions + * Output different formats to different folder instead of using different extensions */ legacyOutput?: boolean /**