Skip to content

Commit 6c6e8ad

Browse files
brendenehlerssnicoll
authored andcommitted
Fix typo in link
See gh-34149
1 parent 69b74d7 commit 6c6e8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/core/beans/dependencies/factory-dependson.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
If a bean is a dependency of another bean, that usually means that one bean is set as a
55
property of another. Typically you accomplish this with the
6-
xref:core/beans/dependencies/factory-properties-detailed.adoc#beans-ref-element[`<ref/>` element>]
6+
xref:core/beans/dependencies/factory-properties-detailed.adoc#beans-ref-element[`<ref/>` element]
77
in XML-based metadata or through xref:core/beans/dependencies/factory-autowire.adoc[autowiring].
88

99
However, sometimes dependencies between beans are less direct. An example is when a static

0 commit comments

Comments
 (0)