eclipse-ee4j / jakartaee-tutorial

Jakarta EE Tutorial
https://eclipse-ee4j.github.io/jakartaee-tutorial
Eclipse Public License 2.0
96 stars 67 forks source link

Two more small corrections in "Packaging and Deploying the hello1 Web Module" section. #257

Closed DmitriGit closed 2 years ago

DmitriGit commented 2 years ago

The section "Packaging and Deploying the hello1 Web Module" (https://eclipse-ee4j.github.io/jakartaee-tutorial/#packaging-and-deploying-the-hello1-web-module) has two subsections:

"To Build and Package the hello1 Web Module Using NetBeans IDE" and "To Build and Package the hello1 Web Module Using Maven"

Because these subsections include information about a deploy also, I think it's more correctly that the sections names should be: "To Build, Package and Deploy the hello1 Web Module Using NetBeans IDE" and "To Build, Package and Deploy the hello1 Web Module Using Maven"

Thank you, Dmitri.

arjantijms commented 2 years ago

If possible, a PR would be much preferred ;)

DmitriGit commented 2 years ago

Yes, sure! Thank you!