Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Jan 2, 2025
1 parent 56ba7db commit 67c444b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/telescope/src/helpers/types-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export interface TelescopeGeneratedCodec<
toProto?: (message: T) => Uint8Array;
fromProtoMsg?: (message: ProtoMsg) => T;
toProtoMsg?: (message: T) => Any;
registerTypeurl?: () => void;
registerTypeUrl?: () => void;
}
export type TelescopeGeneratedType<
Expand Down

0 comments on commit 67c444b

Please sign in to comment.