From 9def445daa688d47a46a65f000b1a38b143f67f9 Mon Sep 17 00:00:00 2001 From: Antoine Aubry Date: Fri, 9 Apr 2021 15:08:11 +0100 Subject: [PATCH] Build: Fix typo --- tools/build/BuildDefinition.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/BuildDefinition.cs b/tools/build/BuildDefinition.cs index cd10de4f..84c86e77 100644 --- a/tools/build/BuildDefinition.cs +++ b/tools/build/BuildDefinition.cs @@ -299,7 +299,7 @@ public static async Task LinkPullRequestsToReleases(GitVersion version) { body = isIssue ? $"A fix for this issue has been released in [version {version.NuGetVersion}](https://github.com/{GitHubRepository}/releases/tag/v{version.NuGetVersion})." - : $"This heature has been released in [version {version.NuGetVersion}](https://github.com/{GitHubRepository}/releases/tag/v{version.NuGetVersion})." + : $"This feature has been released in [version {version.NuGetVersion}](https://github.com/{GitHubRepository}/releases/tag/v{version.NuGetVersion})." }); commentResponse.EnsureSuccessStatusCode();