Skip to content

Commit

Permalink
Typo (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnugiHK authored Dec 8, 2022
1 parent 2f59ab5 commit 5239409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if (!runTypes.includes(runMode)) {
Deno.exit(1);
}

console.log("Fetching currently avaiable relays...");
console.log("Fetching currently available relays...");
const response = await fetch(
`https://api.mullvad.net/www/relays/${serverType}/`,
);
Expand Down

0 comments on commit 5239409

Please sign in to comment.