Skip to content

Commit 466f5c9

Browse files
authored
Fix XML tag (#4821)
1 parent e4a0a11 commit 466f5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/zero-code/java/spring-boot-starter/annotations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Starter AOP dependency to your project:
6060
<dependencies>
6161
<dependency>
6262
<groupId>org.springframework.boot</groupId>
63-
<artifactId>>spring-boot-starter-aop</artifactId>
63+
<artifactId>spring-boot-starter-aop</artifactId>
6464
</dependency>
6565
</dependencies>
6666
```

0 commit comments

Comments
 (0)