From 24d8976c6a98e29069679594de9090cd32e56171 Mon Sep 17 00:00:00 2001 From: wizard <112275929+famouswizard@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:12:34 +0300 Subject: [PATCH] Typo Update index.md (#829) Fix Typo in Function Descriptions to Correct Verb Agreement --- docs/developers/guides/linea-sdk/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developers/guides/linea-sdk/index.md b/docs/developers/guides/linea-sdk/index.md index d2b184c180..879c7e653c 100644 --- a/docs/developers/guides/linea-sdk/index.md +++ b/docs/developers/guides/linea-sdk/index.md @@ -47,8 +47,8 @@ A new L1ClaimingService class that includes the following functions: Two new functions in the L1 contract: -- estimateClaimWithProofGas: This functions estimates the gas cost for new claim transactions. -- claimWithProof: This functions claims a message using the new claimMessageWithProof function. +- estimateClaimWithProofGas: This function estimates the gas cost for new claim transactions. +- claimWithProof: This function claims a message using the new claimMessageWithProof function. :::