mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +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
@@ -30,7 +30,7 @@ const MIN_SCALE = 1;
|
||||
* view to. This is large enough now to let the user drag the view to a position
|
||||
* where no other displayed components cover it (such as filmstrip). If a
|
||||
* ViewPort (hint) support is added to the LargeVideo component then this
|
||||
* contant will not be necessary anymore.
|
||||
* constant will not be necessary anymore.
|
||||
*/
|
||||
const MAX_OFFSET = 100;
|
||||
|
||||
@@ -88,7 +88,7 @@ type Props = {
|
||||
style: Object,
|
||||
|
||||
/**
|
||||
* The stored transforms retreived from Redux to be initially applied
|
||||
* The stored transforms retrieved from Redux to be initially applied
|
||||
* to different streams.
|
||||
*/
|
||||
_transforms: Object,
|
||||
|
||||
Reference in New Issue
Block a user