From 51f9e0aacadfb2ae7dcb471b796b5120b9cfddc9 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Mon, 21 Jan 2019 10:56:14 -0500 Subject: [PATCH] Typo in webmvc.adoc --- 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 35fce0d06e..a1d87fc950 100644 --- a/src/docs/asciidoc/web/webmvc.adoc +++ b/src/docs/asciidoc/web/webmvc.adoc @@ -216,7 +216,7 @@ appropriate responses. By "`special beans`" we mean Spring-managed `Object` inst 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`: +The following table lists the special beans detected by the `DispatcherServlet`: [[mvc-webappctx-special-beans-tbl]] [cols="1,2", options="header"]