From 81339dc29838b90b7b2e280c40420daba9ec233d Mon Sep 17 00:00:00 2001 From: josh-hemphill Date: Tue, 4 May 2021 22:01:51 -0400 Subject: [PATCH] fix: :bug: fix spelling of config --- cSpell.json | 3 ++- src/faviconsTypes.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cSpell.json b/cSpell.json index 7e45b5c..9904ecb 100644 --- a/cSpell.json +++ b/cSpell.json @@ -37,7 +37,8 @@ "untracked", "vite", "favicons", - "favicon's" + "favicon's", + "resampling", ], "flagWords": [ "hte" diff --git a/src/faviconsTypes.ts b/src/faviconsTypes.ts index 96259c5..0dcd65d 100644 --- a/src/faviconsTypes.ts +++ b/src/faviconsTypes.ts @@ -3,7 +3,7 @@ interface IconOptions { background?: boolean | string; mask?: boolean; overlayGlow?: boolean; - ovelayShadow?: boolean; + overlayShadow?: boolean; } export interface FaviconOptions {