Merge pull request #1107 from nkjackzhang:patch-5

* pr/1107:
  Polish doc
This commit is contained in:
Stephane Nicoll 2016-07-12 08:51:02 +02:00
commit 825a5ec029
1 changed files with 1 additions and 1 deletions

View File

@ -6486,7 +6486,7 @@ resulting bean. This functionality can be overridden, however, with the `name` a
==== Bean aliasing
As discussed in <<beans-beanname>>, 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]