We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60035e7 commit 55a18e2Copy full SHA for 55a18e2
tool.ts
@@ -197,7 +197,7 @@ export function findLocalToolVersions(toolName: string, arch?: string) {
197
* @param url url of tool to download
198
* @param fileName optional fileName. Should typically not use (will be a guid for reliability). Can pass fileName with an absolute path.
199
* @param handlers optional handlers array. Auth handlers to pass to the HttpClient for the tool download.
200
- * @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.
201
*/
202
export async function downloadTool(
203
url: string,
0 commit comments