Skip to content

Commit

Permalink
fix: 🐛 fix spelling of config
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-hemphill committed May 5, 2021
1 parent 65d2407 commit 81339dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"untracked",
"vite",
"favicons",
"favicon's"
"favicon's",
"resampling",
],
"flagWords": [
"hte"
Expand Down
2 changes: 1 addition & 1 deletion src/faviconsTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ interface IconOptions {
background?: boolean | string;
mask?: boolean;
overlayGlow?: boolean;
ovelayShadow?: boolean;
overlayShadow?: boolean;
}

export interface FaviconOptions {
Expand Down

0 comments on commit 81339dc

Please sign in to comment.