Skip to content

Commit 5657283

Browse files
nkjackzhangsnicoll
authored andcommitted
Fix typo in asciidoc
Closes gh-1092
1 parent ebdc770 commit 5657283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asciidoc/core-beans.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3169,7 +3169,7 @@ You configure destroy method callbacks similarly (in XML, that is) by using the
31693169

31703170
Where existing bean classes already have callback methods that are named at variance
31713171
with the convention, you can override the default by specifying (in XML, that is) the
3172-
method name using the `init-method` and `destroy-method` attributes of the <bean/>
3172+
method name using the `init-method` and `destroy-method` attributes of the `<bean/>`
31733173
itself.
31743174

31753175
The Spring container guarantees that a configured initialization callback is called

0 commit comments

Comments
 (0)