Fix typo
This commit is contained in:
parent
a5e2afc980
commit
c2ffbf28c5
|
|
@ -7036,7 +7036,7 @@ annotation can be used:
|
||||||
public class AppConfig {
|
public class AppConfig {
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
**@Desciption("Provides a basic example of a bean")**
|
**@Description("Provides a basic example of a bean")**
|
||||||
public Foo foo() {
|
public Foo foo() {
|
||||||
return new Foo();
|
return new Foo();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue