Skip to content

Commit

Permalink
fix jsdoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniilShmelev committed Mar 16, 2022
1 parent 60035e7 commit 55a18e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export function findLocalToolVersions(toolName: string, arch?: string) {
* @param url url of tool to download
* @param fileName optional fileName. Should typically not use (will be a guid for reliability). Can pass fileName with an absolute path.
* @param handlers optional handlers array. Auth handlers to pass to the HttpClient for the tool download.
* @param additionalHeaders optional custom HTTPheaders. This is passed to the download client.
* @param additionalHeaders optional custom HTTP headers. This is passed to the download client.
*/
export async function downloadTool(
url: string,
Expand Down

0 comments on commit 55a18e2

Please sign in to comment.