diff --git a/src/utils/CachingUtils.ts b/src/utils/CachingUtils.ts index c445e470..d2a78efb 100644 --- a/src/utils/CachingUtils.ts +++ b/src/utils/CachingUtils.ts @@ -47,7 +47,7 @@ export async function setDepositInCache( /** * Resolves the key for caching a bridge event. - * @param bridgeEvent The depositId, and originChainId are used to generate the key for v2, and the + * @param bridgeEvent The depositId, and originChainId are used to generate the key for v2, and the * full V3 relay hash is used for v3 events.. * @returns The key for caching the event. */