Fix typos in reference manual

Closes gh-29694
This commit is contained in:
Simon Baslé
2022-12-15 15:03:38 +01:00
committed by Sam Brannen
parent 8df4f927fd
commit 1a839f5103
2 changed files with 3 additions and 3 deletions

View File

@@ -1175,7 +1175,7 @@ A `HandlerAdapter` may expose its exception handling mechanism as a
`DispatchExceptionHandler` set on the `HandlerResult` it returns. When that's set,
`DispatcherHandler` will also apply it to the handling of the result.
A `HandlerAdapter` may also choose to implement `DispatchExceptionHandler`. Inn that case
A `HandlerAdapter` may also choose to implement `DispatchExceptionHandler`. In that case
`DispatcherHandler` will apply it to exceptions that arise before a handler is mapped,
e.g. during handler mapping, or earlier, e.g. in a `WebFilter`.