mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 14:37:47 +00:00
fix(misc) follow-up typos
Found via `codespell -q 3 -S ./lang`
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
7933d4b4d6
commit
d3680bbebd
@@ -89,7 +89,7 @@ export default class MicrophoneEntry extends Component<Props, State> {
|
||||
}
|
||||
|
||||
/**
|
||||
* Subscribes to audio level chanages comming from the jitsiTrack.
|
||||
* Subscribes to audio level changes coming from the jitsiTrack.
|
||||
*
|
||||
* @returns {void}
|
||||
*/
|
||||
@@ -102,7 +102,7 @@ export default class MicrophoneEntry extends Component<Props, State> {
|
||||
}
|
||||
|
||||
/**
|
||||
* Unsubscribes from chanages comming from the jitsiTrack.
|
||||
* Unsubscribes from changes coming from the jitsiTrack.
|
||||
*
|
||||
* @param {Object} jitsiTrack - The jitsiTrack to unsubscribe from.
|
||||
* @returns {void}
|
||||
|
||||
Reference in New Issue
Block a user