Skip to content

Commit

Permalink
doc(JitsiConference): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paweldomas committed Feb 20, 2017
1 parent ecee319 commit c5ca89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JitsiConference.js
Expand Up @@ -549,7 +549,7 @@ JitsiConference.prototype.replaceTrack = function (oldTrack, newTrack) {
* currently no JingleSession started.
* @param {JitsiLocalTrack|null} oldTrack the track to be removed during
* the process or <tt>null</t> if the method should act as "add track"
* @param {JitsiLocalTrackn|null} newTrack the new track to be added or
* @param {JitsiLocalTrack|null} newTrack the new track to be added or
* <tt>null</tt> if the method should act as "remove track"
* @return {Promise}
* @private
Expand Down

0 comments on commit c5ca89f

Please sign in to comment.