Skip to content

Commit ea386c2

Browse files
committed
Merge pull request #34149 from brendenehlers
* pr/34149: Fix typo in link Closes gh-34149
2 parents 69b74d7 + 6c6e8ad commit ea386c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)