Skip to content

Commit

Permalink
docs: update events emitTo @SInCE JSDoc tag (#9811)
Browse files Browse the repository at this point in the history
* Update event.ts 

EmitTo is new to v2 and was not in v1

* replaced @SInCE instead of removing
  • Loading branch information
angelxmoreno committed May 17, 2024
1 parent 86250a4 commit c4bacce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/api/src/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ async function emit(event: string, payload?: unknown): Promise<void> {
* @param event Event name. Must include only alphanumeric characters, `-`, `/`, `:` and `_`.
* @param payload Event payload.
*
* @since 1.0.0
* @since 2.0.0
*/
async function emitTo(
target: EventTarget | string,
Expand Down

0 comments on commit c4bacce

Please sign in to comment.