Skip to content

Commit

Permalink
fix: typo addMemberToBeAddedByUsername
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-mitra committed May 12, 2021
1 parent 03cc907 commit f1c071d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definition/accessors/IRoomBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export interface IRoomBuilder {
* Adds a user to the room, these are by username until further notice.
*
* @param username the user's username to add to the room
* @deprecated in favor of `addMemberByUsername`. This method will be removed on version 2.0.0
* @deprecated in favor of `addMemberToBeAddedByUsername`. This method will be removed on version 2.0.0
*/
addUsername(username: string): IRoomBuilder;

Expand Down

0 comments on commit f1c071d

Please sign in to comment.