Skip to content

Commit

Permalink
Merge pull request #51 from Flamenco/patch-typo
Browse files Browse the repository at this point in the history
Fix type in documentation
  • Loading branch information
dmonad authored Jun 16, 2023
2 parents ac29b5d + 42967de commit ec65bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/y-webrtc.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ const broadcastRoomMessage = (room, m) => {
*/
const announceSignalingInfo = room => {
signalingConns.forEach(conn => {
// only subcribe if connection is established, otherwise the conn automatically subscribes to all rooms
// only subscribe if connection is established, otherwise the conn automatically subscribes to all rooms
if (conn.connected) {
conn.send({ type: 'subscribe', topics: [room.name] })
if (room.webrtcConns.size < room.provider.maxConns) {
Expand Down

0 comments on commit ec65bac

Please sign in to comment.