Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsra authored and nbaars committed Aug 14, 2021
1 parent 4ce098f commit d566080
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public AttackResult completed(@RequestParam Integer QTY1,

userSessionData.setValue("xss-reflected1-complete", "false");
StringBuffer cart = new StringBuffer();
cart.append("Thank you for shopping at WebGoat. <br />You're support is appreciated<hr />");
cart.append("Thank you for shopping at WebGoat. <br />Your support is appreciated<hr />");
cart.append("<p>We have charged credit card:" + field1 + "<br />");
cart.append(" ------------------- <br />");
cart.append(" $" + totalSale);
Expand All @@ -87,4 +87,4 @@ public AttackResult completed(@RequestParam Integer QTY1,
.build();
}
}
}
}

0 comments on commit d566080

Please sign in to comment.