Skip to content

Commit 35dd8db

Browse files
committed
Correct number of web-specific scopes
Issue: SPR-16230
1 parent edf22a3 commit 35dd8db

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
@@ -2396,7 +2396,7 @@ the __scope__ of the objects created from a particular bean definition. This app
23962396
powerful and flexible in that you can __choose__ the scope of the objects you create
23972397
through configuration instead of having to bake in the scope of an object at the Java
23982398
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
2399+
the box, the Spring Framework supports six scopes, four of which are available only if
24002400
you use a web-aware `ApplicationContext`.
24012401

24022402
The following scopes are supported out of the box. You can also create

0 commit comments

Comments
 (0)