recursively -> repeatedly

Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
Erik Krogh Kristensen
2023-07-03 13:17:13 +02:00
committed by GitHub
parent 3e2b8124c9
commit 8676516cb9
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ which still contains an HTML comment.
</p>
<p>
One possible fix for this issue is to apply the regular expression replacement recursively until no
One possible fix for this issue is to apply the regular expression replacement repeatedly until no
more replacements can be performed. This ensures that the unsafe text does not re-appear in the sanitized input, effectively
removing all instances of the targeted pattern:
</p>