Skip to content

Commit b2b7917

Browse files
authored
Apply suggestions from code review
1 parent a735192 commit b2b7917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html_sanitizer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ URLs of ``<a>`` elements:
803803
// specifies the allowed hosts, the attribute will be dropped if the
804804
// URL contains a different host. Subdomains are allowed: e.g. the following
805805
// config would also allow 'www.symfony.com', 'live.symfony.com', etc.
806-
->allowLinkHosts(['symfony.com'])
806+
->allowedLinkHosts(['symfony.com'])
807807
808808
// whether to allow relative links (i.e. URLs without scheme and host)
809809
->allowRelativeLinks(true)

0 commit comments

Comments
 (0)