From 6ccdc57cbb33c5a9fdfb1d0b857d02c9b846ae17 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Thu, 22 Feb 2024 13:19:27 +0100 Subject: [PATCH] fix typo --- bindings/node.js/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/node.js/README.md b/bindings/node.js/README.md index 24dee6c..7dc0e85 100644 --- a/bindings/node.js/README.md +++ b/bindings/node.js/README.md @@ -152,7 +152,7 @@ verifyBlobKzgProof( ```ts /** - * Given an array of blobs and their proofs, verify that they corresponds to + * Given an array of blobs and their proofs, verify that they correspond to * their provided commitment. * * Note: blobs[0] relates to commitmentBytes[0] and proofBytes[0]