Skip to content

Commit 8e842d8

Browse files
committed
Fixed spelling error in method
But, really, the goal here is just to commit a change so that the next merge request will maintain the histories of `Program` and the new minimal hosting model.
1 parent 995a19e commit 8e842d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OnTopic.AspNetCore.Mvc.Host/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace OnTopic.AspNetCore.Mvc.Host {
1111
| CLASS: PROGRAM
1212
\---------------------------------------------------------------------------------------------------------------------------*/
1313
/// <summary>
14-
/// The <see cref="Program"/> class—and it's <see cref="Program.Main(String[])"/> method—represent the entry point into the
14+
/// The <see cref="Program"/> class—and its <see cref="Program.Main(String[])"/> method—represent the entry point into the
1515
/// ASP.NET Core web application.
1616
/// </summary>
1717
[ExcludeFromCodeCoverage]

0 commit comments

Comments
 (0)