From 03e193fa30bea88175fdcf970c3806032f08d6dd Mon Sep 17 00:00:00 2001 From: ktam9975 <94120470+ktam9975@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:56:33 +0200 Subject: [PATCH] Duplicated mention of "PID" in chapter 6.6.2.1 I've modified the sentence so it only mentions the PID once instead of twice. --- docs/arf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/arf.md b/docs/arf.md index 4c9fcfe..b038b29 100644 --- a/docs/arf.md +++ b/docs/arf.md @@ -1904,7 +1904,7 @@ trust relationships are established during issuance: 1. The Wallet Instance authenticates the PID Provider or Attestation Provider using the certificate referred to in [section 6.3](#63-trust-throughout-a-pid-provider-or-an-attestation-provider-lifecycle). This ensures that - the User can trust that the PID or PID or attestation they are about + the User can trust that the PID or attestation they are about to receive, is issued by an authenticated PID Provider or Attestation Provider respectively. See [section 6.6.2.2](#6622-wallet-instance-authenticates-the-pid-provider-or-attestation-provider) below describing how this will be done.