Skip to content

Commit

Permalink
Fix typo in link
Browse files Browse the repository at this point in the history
  • Loading branch information
brendenehlers authored and snicoll committed Dec 25, 2024
1 parent 69b74d7 commit 6c6e8ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c6e8ad

Please sign in to comment.