Skip to content

Commit

Permalink
docs: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Jan 28, 2024
1 parent cf7f23d commit f9718a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/external.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f9718a1

Please sign in to comment.