mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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