Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkissel authored Dec 13, 2024
1 parent 63ca9e4 commit f2e2b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cadenza.js
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit f2e2b6e

Please sign in to comment.