Skip to content

Commit

Permalink
Fix grammar in DataIntegrityProof definition.
Browse files Browse the repository at this point in the history
Co-authored-by: John Henderson <[email protected]>
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
3 people committed Jan 9, 2024
1 parent db48813 commit 74e8e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/DataIntegrityProof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ components:
properties:
type:
type: string
description: Data Integrity proof type.
description: Data Integrity Proof type.
cryptosuite:
type: string
description: The name of the cryptographic suite.
Expand Down
2 changes: 1 addition & 1 deletion components/DeriveCredentialOptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ components:
properties:
nonce:
type: string
description: An encoded nonce provided by the holder of the credential to be included into the DataIntegrityProof.
description: An encoded nonce provided by the holder of the credential, to be included in the DataIntegrityProof.
example:
{
"nonce": "lEixQKDQvRecCifKl789TQj+Ii6YWDLSwn3AxR0VpPJ1QV5htod/0VCchVf1zVM0y2E=",
Expand Down

0 comments on commit 74e8e32

Please sign in to comment.