From cff74c175b0278ce55925a474eb0a4a65210dfcf Mon Sep 17 00:00:00 2001 From: Ricky Ng-Adam Date: Fri, 2 Aug 2024 07:24:18 -0400 Subject: [PATCH 1/2] Fix typo credetial Signed-off-by: Ricky Ng-Adam --- docs/demo/AliceWantsAJsonCredential.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/demo/AliceWantsAJsonCredential.md b/docs/demo/AliceWantsAJsonCredential.md index dfa8476ec0..8316ba2c5f 100644 --- a/docs/demo/AliceWantsAJsonCredential.md +++ b/docs/demo/AliceWantsAJsonCredential.md @@ -205,7 +205,7 @@ You first include `https://schema.org` in the `@context` block of the credential Then you review the [attributes and objects defined by `https://schema.org`](https://schema.org/docs/schemas.html) and decide what you need to include in your credential. -For example to issue a credetial with [givenName](https://schema.org/givenName), [familyName](https://schema.org/familyName) and [alumniOf](https://schema.org/alumniOf) attributes, submit the following: +For example to issue a credential with [givenName](https://schema.org/givenName), [familyName](https://schema.org/familyName) and [alumniOf](https://schema.org/alumniOf) attributes, submit the following: ```json { From f080ff7dfa5dfe85c5869e556d92b45a2bb1c28f Mon Sep 17 00:00:00 2001 From: Ricky Ng-Adam Date: Fri, 2 Aug 2024 07:26:31 -0400 Subject: [PATCH 2/2] Fix typo uste Signed-off-by: Ricky Ng-Adam --- docs/demo/AliceWantsAJsonCredential.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/demo/AliceWantsAJsonCredential.md b/docs/demo/AliceWantsAJsonCredential.md index 8316ba2c5f..644e287dd0 100644 --- a/docs/demo/AliceWantsAJsonCredential.md +++ b/docs/demo/AliceWantsAJsonCredential.md @@ -284,7 +284,7 @@ You can include more complex schemas, for example to use the schema.org [Person] ## Credential-Specific Contexts -The recommended approach to defining credentials is to define a credential-specific vocabulary (or make use of existing ones). (Note that these can include references to `https://schema.org`, you just shouldn't uste this directly in your credential.) +The recommended approach to defining credentials is to define a credential-specific vocabulary (or make use of existing ones). (Note that these can include references to `https://schema.org`, you just shouldn't use this directly in your credential.) ### Credential Issue Example