Skip to content

Commit

Permalink
Fixed a typo (luanch to launch)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzeeeyk authored Jun 21, 2022
1 parent 6ca2d6c commit ca51e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class auth extends EventEmitter {
return this._get(body)
}

async luanch(framework: framework, windowProperties?: windowProperties) {
async launch(framework: framework, windowProperties?: windowProperties) {
switch (framework) {
case "raw":
return await this.login(await (require("../gui/raw.js")).default(this, windowProperties))
Expand Down

0 comments on commit ca51e1c

Please sign in to comment.