fix(misc) fix typos

Found via `codespell -q 3 -S ./lang -L miliseconds`
This commit is contained in:
luzpaz
2022-07-14 03:10:08 -04:00
committed by GitHub
parent 29669d88dc
commit c7f96de787
54 changed files with 76 additions and 76 deletions

View File

@@ -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';