Skip to content

Commit d5d4bdb

Browse files
committed
correct punctuation
1 parent afc6c68 commit d5d4bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/rooms/includes/rooms-quickstart-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const updateRoom = await roomsClient.updateRoom(roomId, updateRoomRequest);
109109

110110
### Add new participants
111111

112-
To add new participants to a `room`, use the `addParticipants` method exposed on the client.:
112+
To add new participants to a `room`, use the `addParticipants` method exposed on the client.
113113

114114
```javascript
115115
// request payload to add participants

0 commit comments

Comments
 (0)