Browse Source

Fix typo

pull/701/head
Stephane Nicoll 10 years ago
parent
commit
2602bcbb7c
  1. 2
      src/asciidoc/index.adoc

2
src/asciidoc/index.adoc

@ -7298,7 +7298,7 @@ annotation can be used: @@ -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();
}

Loading…
Cancel
Save