apply suggestion from code review

Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
This commit is contained in:
Erik Krogh Kristensen
2024-05-10 18:59:55 +02:00
committed by GitHub
parent 811c175556
commit 462e564c19

View File

@@ -47,7 +47,7 @@ one of the alternatives. As an example, the regular expression
</p>
<p>
When checking for a domain name with subdomains, it is important to anchor the regular expression
When checking for a domain name that may have subdomains, it is important to anchor the regular expression
or ensure that the domain name is prefixed with a dot.
</p>
<sample src="MissingRegexpAnchorGoodDomain.go"/>