From 5ac42bf9f803ed5dbfc51bc04076053e06f62eb9 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 2 Dec 2015 14:08:16 +0100 Subject: [PATCH] Fixed formatting in AOP documentation Issue: SPR-13750 --- src/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 336029d27ad..c18bf4e0486 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -15904,7 +15904,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