Update api-samples/alarms/README.md

Co-authored-by: Joe Medley <jmedley@google.com>
This commit is contained in:
IanStanion-google
2023-06-30 12:16:16 -04:00
committed by GitHub
parent 1ef74f593c
commit dfb7a21db6

View File

@@ -4,7 +4,7 @@ This sample demonstrates the `chrome.alarms` API by allowing the user to set ala
## Overview
The extension uses `chrome.alarms.create()` to set an initial alarm that is displated on the extension page. More alarms can be set with user input.
The extension calls `chrome.alarms.create()` to set an initial alarm that is displayed on the extension page. More alarms can be set with user input.
## Running this extension