Fix typo
This commit is contained in:
@@ -7036,7 +7036,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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user