Skip to content

Commit 3655326

Browse files
York Leerstoyanchev
York Lee
authored andcommitted
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".
1 parent 13183c8 commit 3655326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/core/core-beans.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ information on using the `BeanFactory` instead of the `ApplicationContext,` see
4242

4343
In Spring, the objects that form the backbone of your application and that are managed
4444
by the Spring IoC container are called beans. A bean is an object that is
45-
instantiated, assembled, and otherwise managed by a Spring IoC container. Otherwise, a
45+
instantiated, assembled, and managed by a Spring IoC container. Otherwise, a
4646
bean is simply one of many objects in your application. Beans, and the dependencies
4747
among them, are reflected in the configuration metadata used by a container.
4848

0 commit comments

Comments
 (0)