Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alitokmen committed May 5, 2024
1 parent aeca5ad commit a0c3af3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ public String generateDocumentation(String containerId) throws Exception
{
output.append(FileHandler.NEW_LINE);
output.append(FileHandler.NEW_LINE);
output.append(containerName + " has an integrated functionality for ");
output.append(containerName + ".x has an integrated functionality for ");
output.append("automatically migrating J2EE / Java EE WARs to Jakarta EE. ");
output.append("You can follow the instructions on [Deploying legacy WARs to ");
output.append("Tomcat 10.x onwards] to make use of it.");
Expand Down

0 comments on commit a0c3af3

Please sign in to comment.