typo fix (#29166)
* typo fix * Update aspnetcore/fundamentals/minimal-apis/includes/route-handlers.md Co-authored-by: Tom Dykstra <tdykstra@microsoft.com> --------- Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>pull/29172/head
parent
64f9fdb051
commit
7b9a926b28
|
@ -1,4 +1,4 @@
|
|||
Route handlers are methods that execute when the route matches. Route handlers can be a function of any shape, including synchronous or asynchronous. Route handlers can be a lambda expression, a local function, an instance method or a static method.
|
||||
Route handlers are methods that execute when the route matches. Route handlers can be a lambda expression, a local function, an instance method or a static method. Route handlers can be synchronous or asynchronous.
|
||||
|
||||
### Lambda expression
|
||||
|
||||
|
|
Loading…
Reference in New Issue