There is a text spelling error on spring ai's website: https://spring.io/projects/spring-ai
Bug description
The spell of one command at "Getting Started" section has an error:
./mvw spring-boot:run
when I follow the tutorial to excute the command, a error occurs:
./mvw: No such file or directory
It should be fix with:
./mvnw spring-boot:run
Environment office website
Steps to reproduce
open https://spring.io/projects/spring-ai, then slide down the page, we can see the text.
Expected behavior
--
Minimal Complete Reproducible example
change the office website code, thanks.