Fix document for core-bean.adoc

This is the orginal "A bean is an object that is instantiated, assembled, and otherwise managed by a Spring IoC container". Here's an extra word of "otherwise".
This commit is contained in:
York Lee 2020-08-14 09:56:58 +08:00 committed by Rossen Stoyanchev
parent 13183c89ce
commit 36553264ce
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ information on using the `BeanFactory` instead of the `ApplicationContext,` see
In Spring, the objects that form the backbone of your application and that are managed In Spring, the objects that form the backbone of your application and that are managed
by the Spring IoC container are called beans. A bean is an object that is by the Spring IoC container are called beans. A bean is an object that is
instantiated, assembled, and otherwise managed by a Spring IoC container. Otherwise, a instantiated, assembled, and managed by a Spring IoC container. Otherwise, a
bean is simply one of many objects in your application. Beans, and the dependencies bean is simply one of many objects in your application. Beans, and the dependencies
among them, are reflected in the configuration metadata used by a container. among them, are reflected in the configuration metadata used by a container.