diff --git a/src/docs/asciidoc/core/core-beans.adoc b/src/docs/asciidoc/core/core-beans.adoc index e52ab3898b56a681e64a0b9cd9e363764daeec8c..fd1c26b4f6c0ddf8b63dd9f824f8b9d01dbf7483 100644 --- a/src/docs/asciidoc/core/core-beans.adoc +++ b/src/docs/asciidoc/core/core-beans.adoc @@ -10,7 +10,7 @@ This chapter covers Spring's Inversion of Control (IoC) container. == Introduction to the Spring IoC Container and Beans This chapter covers the Spring Framework implementation of the Inversion of Control -(IoC) principle. (See <>.) IoC +(IoC) principle. IoC is also known as dependency injection (DI). It is a process whereby objects define their dependencies (that is, the other objects they work with) only through constructor arguments, arguments to a factory method, or properties that are set on the object