diff --git a/how-to-guides/blobstream-proof-queries.md b/how-to-guides/blobstream-proof-queries.md index 2759b50c91..e03d888196 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 86ace3a8f3..5600c484c4 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.