Fix typos

This commit is contained in:
Simon Warta 2021-02-23 14:06:22 +01:00
parent e8a67119bb
commit 6dcb87aa90
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ describe("WebsocketClient", () => {
expect(event.query).toEqual(query);
if (events.length === 2) {
// make sure they are consequtive heights
// make sure they are consecutive heights
const eventHeight = (index: number): number =>
Uint53.fromString(events[index].data.value.header.height).toNumber();
expect(eventHeight(1)).toEqual(eventHeight(0) + 1);

View File

@ -1,5 +1,5 @@
// Note: all exports in this module are publicly available via
// `import { tendermint34 } from "@cosnjs/tendermint-rpc"`
// `import { tendermint34 } from "@cosmjs/tendermint-rpc"`
export { Tendermint34Client } from "./tendermint34client";
export {