Update MonitorToggleButton.js

Fix toggle monitored state tooltip spelling.
pull/770/head
Dyson Parkes 4 years ago committed by Qstick
parent 134523247c
commit 90b59a56e1

@ -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) {

Loading…
Cancel
Save