Fixed formatting in AOP documentation

Issue: SPR-13750
This commit is contained in:
Juergen Hoeller 2015-12-02 13:39:26 +01:00
parent a4f5c46fed
commit 3fec802b46
1 changed files with 1 additions and 1 deletions

View File

@ -2716,7 +2716,7 @@ can do so directly in the annotation:
}
----
Spring will now look for a bean definition named " `account`" and use that as the
Spring will now look for a bean definition named "account" and use that as the
definition to configure new `Account` instances.
You can also use autowiring to avoid having to specify a dedicated bean definition at