Skip to content

Commit 555b694

Browse files
Merge pull request #4 from FelixBetz/main
2 parents 6a5c42f + 2ef5c32 commit 555b694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/decode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function decode<
4141
return (object[key] = isArray ? [] : {});
4242
}
4343

44-
// Otherwise, if it is not an emty file, add value
44+
// Otherwise, if it is not an empty file, add value
4545
if (
4646
!info?.files?.includes(templateName) ||
4747
(value && (typeof value === 'string' || value.size))

0 commit comments

Comments
 (0)