From 2602bcbb7c16a17910bc85746b34ab482052d900 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 24 Nov 2014 15:57:18 +0100 Subject: [PATCH] Fix typo --- 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 6aa9a8e902..b856e09b22 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -7298,7 +7298,7 @@ annotation can be used: public class AppConfig { @Bean - **@Desciption("Provides a basic example of a bean")** + **@Description("Provides a basic example of a bean")** public Foo foo() { return new Foo(); }