From eb986a34221849be3e7329801fa64e6be6e8a8e4 Mon Sep 17 00:00:00 2001 From: Richard Fennell Date: Wed, 1 Apr 2020 09:13:31 +0100 Subject: [PATCH] MInor typo --- .../XplatGenerateReleaseNotes/V2/ReleaseNotesFunctions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extensions/XplatGenerateReleaseNotes/V2/ReleaseNotesFunctions.ts b/Extensions/XplatGenerateReleaseNotes/V2/ReleaseNotesFunctions.ts index 460f11855..b218bd8a8 100644 --- a/Extensions/XplatGenerateReleaseNotes/V2/ReleaseNotesFunctions.ts +++ b/Extensions/XplatGenerateReleaseNotes/V2/ReleaseNotesFunctions.ts @@ -481,7 +481,7 @@ export function processTemplate( export function writeFile(filename: string, data: string) { agentApi.logInfo(`Writing output file ${filename}`); fs.writeFileSync(filename, data); - agentApi.logInfo(`Finsihed writing output file ${filename}`); + agentApi.logInfo(`Finished writing output file ${filename}`); } // There is no WI in this list as they are dynamic as they can include tags