From 4139ebb3267c4f2ba081e327e87f0fe64c62b04a Mon Sep 17 00:00:00 2001 From: Brian Cleary Date: Wed, 18 Dec 2024 13:19:10 -0500 Subject: [PATCH] prettier updates --- packages/iframe-stamper/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/iframe-stamper/src/index.ts b/packages/iframe-stamper/src/index.ts index c8f5ca31..fead60c9 100644 --- a/packages/iframe-stamper/src/index.ts +++ b/packages/iframe-stamper/src/index.ts @@ -169,7 +169,7 @@ export class IframeStamper { async init(): Promise { this.container.appendChild(this.iframe); /** - * Once the iframe is loaded, we send a message to the iframe to hand over the + * Once the iframe is loaded, we send a message to the iframe to hand over the * MessageChannel's second port, port2, and establish the secure communication channel. * The iframe will use this port to send messages back to the parent page. * See https://developer.mozilla.org/en-US/docs/Web/API/MessagePort/postMessage#transfer