Skip to content

Commit

Permalink
chore(client): adjust typo (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
caioagiani committed Jul 10, 2022
1 parent 73e4b3b commit b8b4192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Client.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h1>Source: Client.js</h1>
})
]);

// Checks if an error ocurred on the first found selector. The second will be discarded and ignored by .race;
// Checks if an error occurred on the first found selector. The second will be discarded and ignored by .race;
if (needAuthentication instanceof Error) throw needAuthentication;

// Scan-qrcode selector was found. Needs authentication
Expand Down
2 changes: 1 addition & 1 deletion src/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class Client extends EventEmitter {
})
]);

// Checks if an error ocurred on the first found selector. The second will be discarded and ignored by .race;
// Checks if an error occurred on the first found selector. The second will be discarded and ignored by .race;
if (needAuthentication instanceof Error) throw needAuthentication;

// Scan-qrcode selector was found. Needs authentication
Expand Down

0 comments on commit b8b4192

Please sign in to comment.