diff --git a/packages/stores/src/account/cosmos.ts b/packages/stores/src/account/cosmos.ts index 399d1bbc20..25f2046911 100644 --- a/packages/stores/src/account/cosmos.ts +++ b/packages/stores/src/account/cosmos.ts @@ -1681,7 +1681,7 @@ export class CosmosAccountImpl { /** * Send `MsgDelegate` msg to the chain. * @param amount Decimal number used by humans. - * If amount is 0.1 and the stake currenct is uatom, actual amount will be changed to the 100000uatom. + * If amount is 0.1 and the stake current is uatom, actual amount will be changed to the 100000uatom. * @param validatorAddress * @param memo * @param onFulfill diff --git a/packages/stores/src/common/query/query.ts b/packages/stores/src/common/query/query.ts index 460ee2a06c..e851d4741a 100644 --- a/packages/stores/src/common/query/query.ts +++ b/packages/stores/src/common/query/query.ts @@ -380,7 +380,7 @@ export abstract class ObservableQuery this.cancel("__fetching__proceed__next__"); } - // If there is no existing response, try to load saved reponse. + // If there is no existing response, try to load saved response. if (!this._response) { this._isFetching = true;