Skip to content

Commit 1a2ba32

Browse files
authored
Update build.gradle.kts
typo
1 parent 6a6c5c0 commit 1a2ba32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ tasks.register("lsp-develop"){
140140
dependencies.add("runtimeOnly", project(":java"))
141141

142142
// Usage: ./gradlew lsp-develop
143-
// Make sure the cwd is set the project directory
143+
// Make sure the cwd is set to the project directory
144144
// or use -p to set the project directory
145145

146146
// Modify run configuration to start the LSP server rather than the Processing IDE

0 commit comments

Comments
 (0)