diff --git a/__fixtures__/output1/evmos/recovery/v1/genesis.ts b/__fixtures__/output1/evmos/recovery/v1/genesis.ts index dcf51b9e73..6d3fed2d0f 100644 --- a/__fixtures__/output1/evmos/recovery/v1/genesis.ts +++ b/__fixtures__/output1/evmos/recovery/v1/genesis.ts @@ -5,7 +5,7 @@ import { JsonSafe } from "../../../json-safe"; export const protobufPackage = "evmos.recovery.v1"; /** GenesisState defines the recovery module's genesis state. */ export interface GenesisState { - /** params defines all the paramaters of the module. */ + /** params defines all the parameters of the module. */ params: Params; } /** GenesisState defines the recovery module's genesis state. */ @@ -145,4 +145,4 @@ export const Params = { message.packetTimeoutDuration !== undefined && (obj.packet_timeout_duration = message.packetTimeoutDuration ? Duration.toSDK(message.packetTimeoutDuration) : undefined); return obj; } -}; \ No newline at end of file +}; diff --git a/packages/ast/src/encoding/proto/proto.type.spec.ts b/packages/ast/src/encoding/proto/proto.type.spec.ts index d935cd16ab..d874e913b1 100644 --- a/packages/ast/src/encoding/proto/proto.type.spec.ts +++ b/packages/ast/src/encoding/proto/proto.type.spec.ts @@ -99,7 +99,7 @@ describe('createCreateProtoType', () => { }); }); -describe('createCreateProtoType orginal logic', () => { +describe('createCreateProtoType original logic', () => { const ref = store.findProto('tendermint/types/types.proto'); const options = deepmerge(defaultTelescopeOptions, {