From 97a228b1e9f185f512208f8e8e72e818b690619f Mon Sep 17 00:00:00 2001 From: Dave Longley Date: Mon, 9 Sep 2024 17:43:58 -0400 Subject: [PATCH] Use `either party` instead of `one party`. --- index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 84046e5..4eebdd6 100644 --- a/index.html +++ b/index.html @@ -1030,13 +1030,14 @@

Workflows and Exchanges

back to a coordinator website after an exchange has completed.
  • -`verifiablePresentation`: A Verifiable Presentation. This is used by one party -in an exchange to provide information to the other party, either because the -latter requested it or because the former is simply offering it. +`verifiablePresentation`: A Verifiable Presentation. This is used by either +party in an exchange to provide information to the other party, either because +the latter requested it or because the former is simply offering it.
  • `verifiablePresentationRequest`: A Verifiable Presentation Request. This is -used by one party in an exchange to request information from the other party. +used by either party in an exchange to request information from the other +party.