Skip to content

Commit 29ad83f

Browse files
authored
docs: fix typo in Spring-scan.md (#182)
1 parent 701079a commit 29ad83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Spring/clazz/Spring-scan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public AnnotationConfigApplicationContext(String... basePackages) {
3131
}
3232
```
3333

34-
- `context:component-scan`寻找方式:冒号`:`+NamespaceHandler 或者全文搜索`component-scan`,最终找到`org.springframework.context.config.ContextNamespaceHandler`
34+
- `context:component-scan`寻找方式:冒号`:`+NamespaceHandler 或者全文搜索`component-scan`,最终找到`org.springframework.context.config.ContextNamespaceHandler`
3535

3636
```java
3737
public class ContextNamespaceHandler extends NamespaceHandlerSupport {

0 commit comments

Comments
 (0)