mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 15:57:47 +00:00
fix(misc) fix typos
Found via `codespell -q 3 -S ./lang -L miliseconds`
This commit is contained in:
@@ -22,7 +22,7 @@ type Props = AbstractButtonProps & {
|
||||
};
|
||||
|
||||
/**
|
||||
* Implementation of a button for toggleing the overflow menu.
|
||||
* Implementation of a button for toggling the overflow menu.
|
||||
*/
|
||||
class OverflowToggleButton extends AbstractButton<Props, *> {
|
||||
accessibilityLabel = 'toolbar.accessibilityLabel.moreActions';
|
||||
|
||||
Reference in New Issue
Block a user