mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-19 02:47: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
@@ -1,7 +1,7 @@
|
||||
// @flow
|
||||
|
||||
/**
|
||||
* Google API URL to retreive streams for a live broadcast of a user.
|
||||
* Google API URL to retrieve streams for a live broadcast of a user.
|
||||
*
|
||||
* NOTE: The URL must be appended by a broadcast ID returned by a call towards
|
||||
* {@code API_URL_LIVE_BROADCASTS}.
|
||||
@@ -12,7 +12,7 @@
|
||||
export const API_URL_BROADCAST_STREAMS = 'https://content.googleapis.com/youtube/v3/liveStreams?part=id%2Csnippet%2Ccdn%2Cstatus&id=';
|
||||
|
||||
/**
|
||||
* Google API URL to retreive live broadcasts of a user.
|
||||
* Google API URL to retrieve live broadcasts of a user.
|
||||
*
|
||||
* @type {string}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user