From f9718a1b7156dcaa166fd83f6c143e8b16dd85ed Mon Sep 17 00:00:00 2001 From: Aaron Klinker Date: Sun, 28 Jan 2024 09:42:32 -0600 Subject: [PATCH] docs: Fix typo --- src/types/external.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/external.ts b/src/types/external.ts index dee5ec40..47212325 100644 --- a/src/types/external.ts +++ b/src/types/external.ts @@ -145,7 +145,7 @@ export interface InlineConfig { sourcesRoot?: string; /** * [Minimatch](https://www.npmjs.com/package/minimatch) patterns of files to exclude when - * creating a ZIP of all your source code for Firfox. Patterns are relative to your + * creating a ZIP of all your source code for Firefox. Patterns are relative to your * `config.zip.sourcesRoot`. * * Hidden files, node_modules, and tests are ignored by default.