Skip to content

Commit

Permalink
Update src/parse.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored Mar 14, 2023
1 parent ee1e1c9 commit b96652c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function parseAuth(input = ""): ParsedAuth {
}

/**
* It takes a string, and returns an object with two properties: hostname and port
* It takes a string, and returns an object with two properties: `hostname` and `port`
* @param [input] - The URL to parse.
* @returns A function that takes a string and returns an object with two properties: hostname and
* port.
Expand Down

0 comments on commit b96652c

Please sign in to comment.