mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
Fix Typo: In word 'incriments' (#596)
Co-authored-by: figureConan <detectiveboy.yu@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ function clearAlarm() {
|
||||
}
|
||||
|
||||
//An Alarm delay of less than the minimum 1 minute will fire
|
||||
// in approximately 1 minute incriments if released
|
||||
// in approximately 1 minute increments if released
|
||||
document.getElementById('sampleSecond').addEventListener('click', setAlarm);
|
||||
document.getElementById('15min').addEventListener('click', setAlarm);
|
||||
document.getElementById('30min').addEventListener('click', setAlarm);
|
||||
|
||||
Reference in New Issue
Block a user