Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Dec 20, 2023
1 parent 6417261 commit 275a754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,9 @@ The `iat` field MAY contain an issuance timestamp. This time SHOULD NOT be trust

## 3.2 Task

A Task is the subset of fields that uniquely determine the work to be performed[^subtype]. A Task MUST be unqiuely defined by the following fields:
A Task is the subset of Invocation fields that uniquely determine the work to be performed[^subtype]. A Task MUST be unqiuely defined by the following fields:

Check failure on line 332 in README.md

View workflow job for this annotation

GitHub Actions / spellcheck

Misspelled word

Misspelled word "unqiuely". Suggested alternatives: "uniquely", "unlikely" If you want to ignore this message, add unqiuely to the ignore file at .github/workflows/words-to-ignore.txt

[^subtype]: Which is to say: an Invocation is a subtype of Task

- [Subject]
- [Command]
Expand All @@ -338,8 +340,6 @@ A Task is the subset of fields that uniquely determine the work to be performed[

The nonce is important for distinguishing between non-idempotent executions of a Task by making the group together unique.

[^subtype]: An Invocation is thus a subtype of Task: $\textsf{Invocation} <: \textsf{Task}$

## 3.3 Attestation

An Invocation MAY be used to attest to some information. This is in effect a statement to the Issuer (without Audience) that never expires.
Expand Down

0 comments on commit 275a754

Please sign in to comment.