From 3c16dd6482efaea1fe4db32e98a5c862463319ae Mon Sep 17 00:00:00 2001 From: HongKuang <166261675+HongKuang@users.noreply.github.com> Date: Wed, 4 Dec 2024 04:40:15 +0800 Subject: [PATCH] chore: fix some typos in comment (#1818) Signed-off-by: hongkuang --- how-to-guides/blobstream-proof-queries.md | 4 ++-- how-to-guides/blobstream-x-deploy.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/how-to-guides/blobstream-proof-queries.md b/how-to-guides/blobstream-proof-queries.md index 2759b50c91e..e03d8881967 100644 --- a/how-to-guides/blobstream-proof-queries.md +++ b/how-to-guides/blobstream-proof-queries.md @@ -743,7 +743,7 @@ struct SharesProof { } /// @notice Contains the necessary parameters needed to verify that a data root tuple -/// was committed to, by the Blobstream smart contract, at some specif nonce. +/// was committed to, by the Blobstream smart contract, at some specific nonce. struct AttestationProof { // the attestation nonce that commits to the data root tuple. uint256 tupleRootNonce; @@ -1028,7 +1028,7 @@ to in the Blobstream contract: ```solidity /// @notice Contains the necessary parameters needed to verify that a data root tuple -/// was committed to, by the Blobstream smart contract, at some specif nonce. +/// was committed to, by the Blobstream smart contract, at some specific nonce. struct AttestationProof { // the attestation nonce that commits to the data root tuple. uint256 tupleRootNonce; diff --git a/how-to-guides/blobstream-x-deploy.md b/how-to-guides/blobstream-x-deploy.md index 86ace3a8f35..5600c484c43 100644 --- a/how-to-guides/blobstream-x-deploy.md +++ b/how-to-guides/blobstream-x-deploy.md @@ -95,7 +95,7 @@ Now the SuccinctGateway address should be printed on the terminal. ### Deploy the function verifiers -The function verifiers are the onchain ciruit verifiers that take PLONK proofs as an input and verify them onchain. +The function verifiers are the onchain circuit verifiers that take PLONK proofs as an input and verify them onchain. The function verifiers can be either downloaded from the succinct platform or regenerated.