Fix typo
This commit is contained in:
parent
0d00b674f4
commit
2602bcbb7c
|
@ -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…
Reference in New Issue