From 16460f924b33aea5703260fb07985d924a0f3103 Mon Sep 17 00:00:00 2001 From: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> Date: Sat, 10 Feb 2024 17:52:47 -0500 Subject: [PATCH] Update EIP-7039: Update eip-7039.md Merged by EIP-Bot. --- EIPS/eip-7039.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7039.md b/EIPS/eip-7039.md index 3f8d861f5eb72..fe5e7c16015ca 100644 --- a/EIPS/eip-7039.md +++ b/EIPS/eip-7039.md @@ -37,7 +37,7 @@ To initiate a connection to a provider, a web page SHOULD: 4. Wait for a `"message"` event with a non-nullish `source` equal to the `iframe`'s `contentWindow`. 5. Save the first port from the message event for further communication. This is referred to as the "primary port." -The event received in step 3 MAY contain additional information about the provider. If present, the event data SHALL satisfy the following TypeScript interface: +The event received in step 4 MAY contain additional information about the provider. If present, the event data SHALL satisfy the following TypeScript interface: ```typescript interface ProviderInfo {