Skip to content

Commit

Permalink
Apply suggestions from Sam's code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Goto <[email protected]>
  • Loading branch information
Sakurann and samuelgoto committed Jun 19, 2024
1 parent 242fa62 commit 2907e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openid-4-verifiable-presentations-1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ issuers in Self-Sovereign Identity ecosystems using TRAIN</title>
</front>
</reference>

<reference anchor="w3c.digital_credentials_api" target="https://wicg.github.io/digital-identities/">
<reference anchor="w3c.digital_credentials_api" target="https://wicg.github.io/digital-credentials/">
<front>
<title>Digital Credentials API</title>
<author fullname="Marcos Caceres">
Expand Down Expand Up @@ -1541,7 +1541,7 @@ if ('DigitalCredential' in window) {
The following is a non-normative example of a response corresponding to a previous request:

```js
const { data } = response;
const { data } = credential;
```

The Digital Credentials API offers several advantages for implementers of both Verifiers and Wallets.
Expand Down

0 comments on commit 2907e60

Please sign in to comment.