Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Nov 2, 2023
1 parent 38e9c99 commit f59b4f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Zelenka
adoptability
al
alice
args
async
attenuations
aud
Expand All @@ -107,6 +108,7 @@ cacheability
cid
codec
codecs
cond
const
const
const
Expand Down Expand Up @@ -160,6 +162,7 @@ lockboxes
mDooWp
mailto
matcher
matchers
memoization
modelled
msg
Expand All @@ -173,6 +176,7 @@ nbf
nbsp
nbspAlice
nbspDan
nestable
nonces
nota
num
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ Note that this also applies to arrays and objects. For example, the `to` array i
}
```
The indended logic is expressible with [Conditions].
The intended logic is expressible with [Conditions].
## 4.5 Conditions
Expand All @@ -412,7 +412,7 @@ Condition semantics MUST be established by the Subject. They are openly extensib
}, // ┘
{ // ┐
"field": "to", // ├─ Condition
"includes": "bob@exmaple.com" // │
"includes": "bob@example.com" // │
} // ┘
],
// ...
Expand Down Expand Up @@ -591,7 +591,7 @@ A good litmus test for invocation validity by a invoking agent is to check if th
## 5.3 Condition Attenuation
The Condition array MAY be empty (which is equivelant to saying "with no other conditions"). Delegations MUST otherwise only append more Conditions, and recapitulate the existing ones verbatim. Here are some abstract examples:
The Condition array MAY be empty (which is equivalent to saying "with no other conditions"). Delegations MUST otherwise only append more Conditions, and recapitulate the existing ones verbatim. Here are some abstract examples:
| Proof Conditions | Delegated Conditions | Is Valid? | Comment |
|----------------------|----------------------|-----------|------------------------------------------------------------|
Expand Down

0 comments on commit f59b4f5

Please sign in to comment.