Skip to content

Commit b22e1dd

Browse files
committed
Fix typo
1 parent fc454d2 commit b22e1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LavalinkServer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sourceCompatibility = 10
2020
targetCompatibility = 10
2121

2222
bootRun {
23-
//compiling tests during bootRun increases the likelyhood of catching broken tests locally instead of on the CI
23+
//compiling tests during bootRun increases the likelihood of catching broken tests locally instead of on the CI
2424
dependsOn compileTestJava
2525

2626
//pass in custom jvm args

0 commit comments

Comments
 (0)