From 9af76b7ae15e8cb7cd1006c44b2e46717ffd81d8 Mon Sep 17 00:00:00 2001 From: Christoffer Bo Petersen Date: Wed, 8 Jan 2025 13:38:06 +0100 Subject: [PATCH] Fix typo in index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 53ea547..64e408e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -98,7 +98,7 @@ export const staticPlugin = async ( * @default [] `Array` * * 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