Skip to content

Commit c2ffbf2

Browse files
committed
Fix typo
1 parent a5e2afc commit c2ffbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asciidoc/index.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7036,7 +7036,7 @@ annotation can be used:
70367036
public class AppConfig {
70377037

70387038
@Bean
7039-
**@Desciption("Provides a basic example of a bean")**
7039+
**@Description("Provides a basic example of a bean")**
70407040
public Foo foo() {
70417041
return new Foo();
70427042
}

0 commit comments

Comments
 (0)