Skip to content

Commit

Permalink
fix: typo in function JSDoc
Browse files Browse the repository at this point in the history
Co-authored-by: Guilherme Pereira Leme <[email protected]>
  • Loading branch information
Arthurk12 and GuiLeme authored Aug 1, 2024
1 parent cc5ca43 commit 4255577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server-commands/chat/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const chat = (pluginName: string) => ({

/**
* Sends custom chat message to the public chat. Custom messages are not rendered by
* the BBB client and are meant to be custm-rendered by plugins.
* the BBB client and are meant to be rendered in a custom manner by the plugin.
*
* @param chatSendMessageCommandArguments the text and custom metadata(optional)
* to be sent in the public chat message.
Expand Down

0 comments on commit 4255577

Please sign in to comment.