From 128c0b4f6940afb503ff5e002af965c3880748c1 Mon Sep 17 00:00:00 2001 From: Takuma Yoshioka <47057787+daikichidaze@users.noreply.github.com> Date: Fri, 2 Dec 2022 20:57:28 +0700 Subject: [PATCH] fixed typo in the comment (#637) --- src/state-manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state-manager.ts b/src/state-manager.ts index e7b2170..cf9d71d 100644 --- a/src/state-manager.ts +++ b/src/state-manager.ts @@ -9,7 +9,7 @@ export enum Html5QrcodeScannerState { // Invalid internal state, do not set to this state. UNKNOWN = 0, - // Indicates the sanning is not running or user is using file based + // Indicates the scanning is not running or user is using file based // scanning. NOT_STARTED = 1, // Camera scan is running.