Skip to content

Commit cb945fe

Browse files
authored
Update routing.md (#17579)
1 parent 7c644e5 commit cb945fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/fundamentals/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ The style of middleware shown with `Approach 1:` is **terminal middleware**. It'
217217
* The matching operation in the preceding sample is `Path == "/"` for the middleware and `Path == "/Movie"` for routing.
218218
* When a match is successful, it executes some functionality and returns, rather than invoking the `next` middleware.
219219

220-
It's called terminal middleware middleware because it terminates the search, executes some functionality, and then returns.
220+
It's called terminal middleware because it terminates the search, executes some functionality, and then returns.
221221

222222
Comparing a terminal middleware and routing:
223223
* Both approaches allow terminating the processing pipeline:

0 commit comments

Comments
 (0)