Skip to content

Commit

Permalink
fixed typo in the comment (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
daikichidaze authored Dec 2, 2022
1 parent 7164cbc commit 128c0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 128c0b4

Please sign in to comment.