Skip to content

Commit 79cabf6

Browse files
authored
fix typo in prompts/create-spring-boot-kotlin-project.prompt.md file (#73)
1 parent ceead13 commit 79cabf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prompts/create-spring-boot-kotlin-project.prompt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ spring.data.mongodb.database=test
132132
- Run gradle clean test command to check if the project is working
133133

134134
```shell
135-
./graldew clean test
135+
./gradlew clean test
136136
```
137137

138-
- (Optional) `docker-compose up -d` to start the services, `./graldew spring-boot:run` to run the Spring Boot project, `docker-compose rm -sf` to stop the services.
138+
- (Optional) `docker-compose up -d` to start the services, `./gradlew spring-boot:run` to run the Spring Boot project, `docker-compose rm -sf` to stop the services.
139139

140140
Let's do this step by step.

0 commit comments

Comments
 (0)