docs: Fix typo

This commit is contained in:
Aaron Klinker
2024-01-28 09:42:32 -06:00
parent cf7f23d4c3
commit f9718a1b71
+1 -1
View File
@@ -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.