From 26b1c848b828baf80d535d88e946be3c66b64582 Mon Sep 17 00:00:00 2001 From: Pascal Schumacher Date: Mon, 3 Dec 2018 20:45:42 +0100 Subject: [PATCH] Fix typo in core-beans.adoc (Obvious Fix) --- src/docs/asciidoc/core/core-beans.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/core/core-beans.adoc b/src/docs/asciidoc/core/core-beans.adoc index be000a555e..eabe21d44a 100644 --- a/src/docs/asciidoc/core/core-beans.adoc +++ b/src/docs/asciidoc/core/core-beans.adoc @@ -4034,7 +4034,7 @@ explicit ordering. Classes that implement the `BeanPostProcessor` interface are special and are treated differently by the container. All `BeanPostProcessor` instances and beans that they directly reference are instantiated on startup, as part of the special startup phase -of the `ApplicationContext`. Next, all `BeanPostProcessor` instances are registere +of the `ApplicationContext`. Next, all `BeanPostProcessor` instances are registered in a sorted fashion and applied to all further beans in the container. Because AOP auto-proxying is implemented as a `BeanPostProcessor` itself, neither `BeanPostProcessor` instances nor the beans they directly reference are eligible for auto-proxying and,