Skip to content

Commit

Permalink
docs: rename class in jsdoc example
Browse files Browse the repository at this point in the history
  • Loading branch information
domwebber committed Dec 16, 2023
1 parent 90ac8fd commit a051124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CloudAPI/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export interface WhatsAppAPIParams extends AbstractAPIParams {}
* @author Dom Webber <[email protected]>
* @example
* // SDK instantiation
* const sdk = new CloudWhatsAppAPI("123456")
* const sdk = new CloudAPI("123456")
*/
export default class CloudAPI extends AbstractAPI {
/**
Expand Down

0 comments on commit a051124

Please sign in to comment.