mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-22 12:17:52 +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
@@ -37,8 +37,8 @@ type Props = {
|
||||
* thought of as giving a hint rather than as imposing a requirement.
|
||||
* For example, video renderers such as Video are commonly implemented
|
||||
* using OpenGL and OpenGL views may have different numbers of layers in
|
||||
* their stacking space. Android has three: a layer bellow the window
|
||||
* (aka default), a layer bellow the window again but above the previous
|
||||
* their stacking space. Android has three: a layer below the window
|
||||
* (aka default), a layer below the window again but above the previous
|
||||
* layer (aka media overlay), and above the window. Consequently, it is
|
||||
* advisable to limit the number of utilized layers in the stacking
|
||||
* space to the minimum sufficient for the desired display. For example,
|
||||
|
||||
Reference in New Issue
Block a user