From 3fec802b4616e23f7d4696b43b1b00bda1d348a2 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 2 Dec 2015 13:39:26 +0100 Subject: [PATCH] Fixed formatting in AOP documentation Issue: SPR-13750 --- src/asciidoc/core-aop.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asciidoc/core-aop.adoc b/src/asciidoc/core-aop.adoc index d05f0bd79b4..5fc62fb460b 100644 --- a/src/asciidoc/core-aop.adoc +++ b/src/asciidoc/core-aop.adoc @@ -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