Skip to content

Commit 52387ca

Browse files
committed
Merge pull request #1092 from nkjackzhang:patch-3
* pr/1092: Fix typo in asciidoc
2 parents ebdc770 + 5657283 commit 52387ca

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)