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();