diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/build.gradle b/spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/build.gradle index ff04bb94b65..1eb85d808fd 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/build.gradle +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/build.gradle @@ -2,7 +2,7 @@ plugins { id "org.springframework.boot.starter" } -description = "Starter for building WebSocket applications using Spring Framework's WebSocket support" +description = "Starter for building WebSocket applications using Spring Framework's MVC WebSocket support" dependencies { api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))