Skip to content

Commit

Permalink
Fix typo credetial
Browse files Browse the repository at this point in the history
Signed-off-by: Ricky Ng-Adam <Ricky.Ng-Adam-ext@mcn.gouv.qc.ca>
  • Loading branch information
rngadam authored Aug 2, 2024
1 parent 433d12f commit cff74c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/demo/AliceWantsAJsonCredential.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit cff74c1

Please sign in to comment.