From 66ebd62a91e72e7f24d7b58ed5e2d6ea1e96da36 Mon Sep 17 00:00:00 2001 From: teenager-ETH Date: Fri, 10 Jan 2025 22:23:23 +0100 Subject: [PATCH] Typo fix errors.ts --- src/types/stubs/errors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/stubs/errors.ts b/src/types/stubs/errors.ts index 14560d9..29928e0 100644 --- a/src/types/stubs/errors.ts +++ b/src/types/stubs/errors.ts @@ -267,7 +267,7 @@ export interface InvalidMakerOrTakerFee { data?: any; } /** - * During option expiry listener, settlement price could not be retreived + * During option expiry listener, settlement price could not be retrieved */ export interface OptionSettlementPriceCouldNotBeSaved { code: 8402;