Skip to content

Commit

Permalink
Fix typo credetial, uste (openwallet-foundation#3146)
Browse files Browse the repository at this point in the history
* Fix typo credetial 

Signed-off-by: Ricky Ng-Adam <[email protected]>

* Fix typo uste

Signed-off-by: Ricky Ng-Adam <[email protected]>

---------

Signed-off-by: Ricky Ng-Adam <[email protected]>
  • Loading branch information
rngadam authored Aug 2, 2024
1 parent 433d12f commit 6218991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -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

Expand Down

0 comments on commit 6218991

Please sign in to comment.