Skip to content

Commit 411b43a

Browse files
sebastien mandabaSebastien-M
authored andcommitted
fix-sanitazer-config-interface-typo - Fix Typo In Sanitazer Config Interface
Corrected a typo in the example comment from '_black' to '_blank'. The change is present in types/configs/sanitizer-config.d.ts
1 parent a04c37b commit 411b43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/configs/sanitizer-config.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface SanitizerConfig {
2121
*
2222
* @example Save A tags with TARGET="_blank" attribute
2323
* a: function (aTag) {
24-
* return aTag.target === '_black';
24+
* return aTag.target === '_blank';
2525
* }
2626
*
2727
* @example Save U tags that are not empty

0 commit comments

Comments
 (0)