Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const staticPlugin = async <Prefix extends string = '/prefix'>(
* @default [] `Array<string | RegExp>`
*
* Array of file to ignore publication.
* If one of the patters is matched,
* If one of the patterns is matched,
* file will not be exposed.
*/
ignorePatterns?: Array<string | RegExp>
Expand Down