Skip to content

Commit 013d516

Browse files
committed
Fix README.md typo
1 parent 229943a commit 013d516

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-tools/spring-boot-gradle-plugin

1 file changed

+1
-1
lines changed

spring-boot-tools/spring-boot-gradle-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you are using a milestone or snapshot release you will also need to add appro
2121
buildscript {
2222
repositories {
2323
maven.url "http://repo.springsource.org/snapshot"
24-
manve.url "http://repo.springsource.org/milestone"
24+
maven.url "http://repo.springsource.org/milestone"
2525
}
2626
// ...
2727
}

0 commit comments

Comments
 (0)