Skip to content

Commit 55a18e2

Browse files
committed
fix jsdoc typo
1 parent 60035e7 commit 55a18e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export function findLocalToolVersions(toolName: string, arch?: string) {
197197
* @param url url of tool to download
198198
* @param fileName optional fileName. Should typically not use (will be a guid for reliability). Can pass fileName with an absolute path.
199199
* @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.
200+
* @param additionalHeaders optional custom HTTP headers. This is passed to the download client.
201201
*/
202202
export async function downloadTool(
203203
url: string,

0 commit comments

Comments
 (0)