Skip to content

Commit

Permalink
Typo in web documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoyanchev committed Jan 17, 2019
1 parent 2b65d0e commit d1862a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/web/webmvc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ TIP: If an application context hierarchy is not required, applications may confi

The `DispatcherServlet` delegates to special beans to process requests and render the
appropriate responses. By "`special beans`" we mean Spring-managed `Object` instances that
implement WebFlux framework contracts. Those usually come with built-in contracts, but
implement framework contracts. Those usually come with built-in contracts, but
you can customize their properties and extend or replace them.

The following table lists the special beans detected by the `DispatcherHandler`:
Expand Down

0 comments on commit d1862a2

Please sign in to comment.