From f907b01ef7c77e4b55343ef35a647738c9baab66 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:03:20 +0200 Subject: [PATCH] fix typo in `TransactionDepositedEvent` reference --- site/docs/utilities/deposits/getDepositTransaction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/utilities/deposits/getDepositTransaction.md b/site/docs/utilities/deposits/getDepositTransaction.md index 9154a931..d5247923 100644 --- a/site/docs/utilities/deposits/getDepositTransaction.md +++ b/site/docs/utilities/deposits/getDepositTransaction.md @@ -10,7 +10,7 @@ head: # getDepositTransaction -Returns a [DepositTransaction](/docs/glossary/types#deposittransaction) from a [TransactionDepositedEvent](/docs/glossary/types#transasctiondepositedevent) and [sourceHash](/docs/glossary/types#sourcehash) or logIndex, L1 block hash and [SourceHashDomain](/docs/glossary/types#sourcehashdomain). +Returns a [DepositTransaction](/docs/glossary/types#deposittransaction) from a [TransactionDepositedEvent](/docs/glossary/types#transactiondepositedevent) and [SourceHash](/docs/glossary/types#sourcehash) or logIndex, L1 block hash and [SourceHashDomain](/docs/glossary/types#sourcehashdomain). Internally, if [`sourceHash`](#sourcehash-optional) not provided, will call [`getSourceHash({ domain, logIndex, l1BlockHash })`](docs/utilities/deposits/getSourceHash).