Skip to content

Commit

Permalink
fix: speling
Browse files Browse the repository at this point in the history
  • Loading branch information
travis committed Feb 26, 2024
1 parent 850da32 commit 31f67d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/words-to-ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,7 @@ AccountA
AgentA
IssuerA
AudiencePrincipal
dag-json-encoded
base64url-multibase-encoded
Uint8Array
ed25519
4 changes: 2 additions & 2 deletions w3-ucan-bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Content-Type: application/json
}
```

And receive a dag-json-encoded list of UCAN bridge receipts like:
And receive a DAG-JSON-encoded list of UCAN bridge receipts like:

```json
[
Expand Down Expand Up @@ -133,7 +133,7 @@ async function deriveSigner(headerValue: string): Promise<ed25519.EdSigner> {
}
```

`Authorization` is an IPLD CAR [ed: unixfs encoded? need to understand Delegation archive format better] representing a UCAN delegation.
`Authorization` is an IPLD CAR representing a UCAN delegation.
It should grant the principal identified by `X-Auth-Secret` appropriate capabilities
on the resource identified in the JSON body of the HTTP request.

Expand Down

0 comments on commit 31f67d1

Please sign in to comment.