Skip to content

Commit

Permalink
fix: typo (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Bankhead <[email protected]>
  • Loading branch information
koh110 and danielbankhead authored Mar 27, 2024
1 parent 5f78f65 commit 59c66fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export async function authenticate(

let listenPort = 3000;
if (keyFile.installed) {
// Use emphemeral port if not a web client
// Use ephemeral port if not a web client
listenPort = 0;
} else if (redirectUri.port !== '') {
listenPort = Number(redirectUri.port);
Expand Down

0 comments on commit 59c66fa

Please sign in to comment.