Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dodyg committed May 11, 2019
1 parent 335e449 commit 7c4f08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/middleware-3/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public void Configure(IApplicationBuilder app)
//A middleware class in ASP.NET Core is simply a class that
// - Take a constructor with RequestDelegate
// - implements Invoke method taking HttpContext and returning Task
//If you take a look at this code, it cannott be any simpler.
//If you take a look at this code, it cannot be any simpler.
//This is a terminal middleware. It does not invoke the subsequent middleware. It just returns its own response and that's it.

public class TerminalMiddleware
Expand Down

0 comments on commit 7c4f08b

Please sign in to comment.