From 275e51b19d7569675507698865778c4e04c138da Mon Sep 17 00:00:00 2001 From: nkjackzhang Date: Tue, 12 Jul 2016 14:39:21 +0800 Subject: [PATCH] Polish doc Closes gh-1107 --- 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 7a76f3f1aa..b009d5e02b 100644 --- a/src/asciidoc/core-beans.adoc +++ b/src/asciidoc/core-beans.adoc @@ -6520,7 +6520,7 @@ resulting bean. This functionality can be overridden, however, with the `name` a ==== Bean aliasing As discussed in <>, it is sometimes desirable to give a single bean -multiple names, otherwise known as__bean aliasing__. The `name` attribute of the `@Bean` +multiple names, otherwise known as __bean aliasing__. The `name` attribute of the `@Bean` annotation accepts a String array for this purpose. [source,java,indent=0]