Fix typo in link

See gh-34149
This commit is contained in:
Brenden Ehlers
2024-12-24 08:16:20 -07:00
committed by Stéphane Nicoll
parent 69b74d7645
commit 6c6e8ad831

View File

@@ -3,7 +3,7 @@
If a bean is a dependency of another bean, that usually means that one bean is set as a
property of another. Typically you accomplish this with the
xref:core/beans/dependencies/factory-properties-detailed.adoc#beans-ref-element[`<ref/>` element>]
xref:core/beans/dependencies/factory-properties-detailed.adoc#beans-ref-element[`<ref/>` element]
in XML-based metadata or through xref:core/beans/dependencies/factory-autowire.adoc[autowiring].
However, sometimes dependencies between beans are less direct. An example is when a static