Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Typo. Add missing dot
  • Loading branch information
jmillan committed Nov 6, 2017
1 parent f128858 commit 164ac47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/RTCSession.js
Expand Up @@ -65,7 +65,7 @@ module.exports = class RTCSession extends EventEmitter
// The RTCPeerConnection instance (public attribute).
this._connection = null;

// Prevent races on serial PeerConnction operations
// Prevent races on serial PeerConnction operations.
this._connectionPromiseQueue = Promise.resolve();

// Incoming/Outgoing request being currently processed.
Expand Down

0 comments on commit 164ac47

Please sign in to comment.