From 29fc842626c00c5d2fa4df95a79fe0f03cfae55d Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Thu, 18 Apr 2024 14:23:52 +0000 Subject: [PATCH] Correct small typo DataIntegrityProof not DataIntegirtyProof. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6d447d1..55a8ff3 100644 --- a/index.html +++ b/index.html @@ -1462,7 +1462,7 @@

Base Proof Configuration (bbs-2023)

Let |proofConfig| be a clone of the |options| object.
  • -If |proofConfig|.|type| is not set to `DataIntegirtyProof` and/or +If |proofConfig|.|type| is not set to `DataIntegrityProof` and/or |proofConfig|.|cryptosuite| is not set to `bbs-2023`, an `INVALID_PROOF_CONFIGURATION` error MUST be raised.