Skip to content

Commit 601a1ae

Browse files
Fix typo (#1710)
Fix typo in the CHANGELOG builder.
1 parent 5c84691 commit 601a1ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_changelog/ChangeLogBuilder/MarkdownBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private async Task<string> Build()
9494
builder.AppendLine();
9595
builder.AppendLine($"In the [{milestone}]({milestoneHtmlUlr}) scope, ");
9696
builder.Append(issues.Count + " issues were resolved and ");
97-
builder.AppendLine(pullRequests.Count + " pull requests where merged.");
97+
builder.AppendLine(pullRequests.Count + " pull requests were merged.");
9898
builder.AppendLine($"This release includes {commits.Count} commits by {contributors.Count} contributors.");
9999
builder.AppendLine();
100100

@@ -127,4 +127,4 @@ private void AppendList<T>(string title, IReadOnlyList<T> items, Func<T, string>
127127
builder.AppendLine();
128128
}
129129
}
130-
}
130+
}

0 commit comments

Comments
 (0)