Skip to content

Commit dde2b5b

Browse files
committed
fix a typo
1 parent 3c47f28 commit dde2b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExtensionCodec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export type ExtensionDecoderType<ContextType> = (
1111

1212
export type ExtensionEncoderType<ContextType> = (input: unknown, context: ContextType) => Uint8Array | null;
1313

14-
// immutable interfce to ExtensionCodec
14+
// immutable interface to ExtensionCodec
1515
export type ExtensionCodecType<ContextType> = {
1616
// eslint-disable-next-line @typescript-eslint/naming-convention
1717
__brand?: ContextType;

0 commit comments

Comments
 (0)