We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf22a3 commit 35dd8dbCopy full SHA for 35dd8db
src/docs/asciidoc/core/core-beans.adoc
@@ -2396,7 +2396,7 @@ the __scope__ of the objects created from a particular bean definition. This app
2396
powerful and flexible in that you can __choose__ the scope of the objects you create
2397
through configuration instead of having to bake in the scope of an object at the Java
2398
class level. Beans can be defined to be deployed in one of a number of scopes: out of
2399
-the box, the Spring Framework supports six scopes, five of which are available only if
+the box, the Spring Framework supports six scopes, four of which are available only if
2400
you use a web-aware `ApplicationContext`.
2401
2402
The following scopes are supported out of the box. You can also create
0 commit comments