diff --git a/webgoat_developer_bootstrap.sh b/webgoat_developer_bootstrap.sh index aacb0283b..fcaa94bbf 100755 --- a/webgoat_developer_bootstrap.sh +++ b/webgoat_developer_bootstrap.sh @@ -28,9 +28,9 @@ printf "\n" printf "\n" printf "\n" echo "-----------------------------------------------------------------------------------" -echo "____________________ Starting WebGoat using the embbebed Tomcat ___________________" +echo "____________________ Starting WebGoat using the embedded Tomcat ___________________" echo "###################################################################################" -echo "### Open a web broser an navigate to http://localhost:8080/WebGoat/" +echo "### Open a web browser and navigate to http://localhost:8080/WebGoat/" echo "### STDOUT and STDERR logs are captured in ./webgoat_developer_bootstrap.log" echo "### To stop the Tomcat execution, press CTRL + C" echo "### If you close this terminal window, Tomcat and WebGoat will stop running"