From 565728307126936bd93aaf90bdae9001ea95a744 Mon Sep 17 00:00:00 2001 From: nkjackzhang Date: Tue, 28 Jun 2016 17:17:25 +0800 Subject: [PATCH] Fix typo in asciidoc Closes gh-1092 --- src/asciidoc/core-beans.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asciidoc/core-beans.adoc b/src/asciidoc/core-beans.adoc index e13109ab10c..97626d293e8 100644 --- a/src/asciidoc/core-beans.adoc +++ b/src/asciidoc/core-beans.adoc @@ -3169,7 +3169,7 @@ You configure destroy method callbacks similarly (in XML, that is) by using the Where existing bean classes already have callback methods that are named at variance with the convention, you can override the default by specifying (in XML, that is) the -method name using the `init-method` and `destroy-method` attributes of the +method name using the `init-method` and `destroy-method` attributes of the `` itself. The Spring container guarantees that a configured initialization callback is called