Skip to content

Commit c872c15

Browse files
authored
Update html_sanitizer.rst
1 parent b2b7917 commit c872c15

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
@@ -793,7 +793,7 @@ URLs of ``<a>`` elements:
793793
->sanitizer('app.post_sanitizer')
794794
// if `true`, all URLs using the `http://` scheme will be converted to
795795
// use the `https://` scheme instead. `http` still needs to be
796-
// allowed in `allowLinkSchemes`
796+
// allowed in `allowedLinkSchemes`
797797
->forceHttpsUrls(true)
798798
799799
// specifies the allowed URL schemes. If the URL has a different scheme, the

0 commit comments

Comments
 (0)