From d1862a26dd179ea7e0c6800af95302ebcd86c800 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Thu, 17 Jan 2019 12:27:00 -0500 Subject: [PATCH] Typo in web documentation Fixes #22270 --- src/docs/asciidoc/web/webmvc.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/web/webmvc.adoc b/src/docs/asciidoc/web/webmvc.adoc index f53375c4828..a2bd0e28814 100644 --- a/src/docs/asciidoc/web/webmvc.adoc +++ b/src/docs/asciidoc/web/webmvc.adoc @@ -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`: