From f2e2b6e77f8096ba586e1ea33ad7b9afbc3cc66d Mon Sep 17 00:00:00 2001 From: Johannes Kissel Date: Fri, 13 Dec 2024 13:13:28 +0100 Subject: [PATCH] fix docs --- src/cadenza.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cadenza.js b/src/cadenza.js index a350c23d..a8365ca3 100644 --- a/src/cadenza.js +++ b/src/cadenza.js @@ -209,7 +209,7 @@ let firstEmbeddingTargetShown; * _Notes:_ * * Most public methods are tagged with one of these modifiers: * * `Embed`: The method embeds Cadenza in the given iframe. - * * `Post Message`: The method communicates with an embedded or parent/opener Cadenza via postMessage. + * * `Post Message`: The method communicates with an embedded Cadenza via postMessage. * * `Post Message Parent`: The method communicates with a parent/opener Cadenza via postMessage. * * `Server`: The method communicates with the Cadenza server via HTTP. * * Most public methods can be aborted using an [AbortSignal](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal).