From aa42b462576307fb240f6260bda2198afdb723a6 Mon Sep 17 00:00:00 2001 From: Fawad Ali Date: Fri, 24 May 2024 15:29:03 +0200 Subject: [PATCH] Fix typo --- docs/docs/guides/depositing-eth.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/guides/depositing-eth.md b/docs/docs/guides/depositing-eth.md index d37edd2..3227755 100644 --- a/docs/docs/guides/depositing-eth.md +++ b/docs/docs/guides/depositing-eth.md @@ -39,7 +39,6 @@ const gasEstimate = await estimate(); const txHash = await transact(weiAmount); ``` - Alternatively, you can set the pufETH recipient to a different address. ```ts