Fix toggle monitored state tooltip spelling.
@ -7,7 +7,7 @@ import styles from './MonitorToggleButton.css';
function getTooltip(monitored, isDisabled) {
if (isDisabled) {
return 'Cannot toogle monitored state when author is unmonitored';
return 'Cannot toggle monitored state when author is unmonitored';
}
if (monitored) {