From 411b43ab918c77747e512372440e8ef56810bb90 Mon Sep 17 00:00:00 2001 From: sebastien mandaba Date: Tue, 28 Jan 2025 17:11:01 +0100 Subject: [PATCH] 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 --- types/configs/sanitizer-config.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/configs/sanitizer-config.d.ts b/types/configs/sanitizer-config.d.ts index 31ff1974e..ccca27534 100644 --- a/types/configs/sanitizer-config.d.ts +++ b/types/configs/sanitizer-config.d.ts @@ -21,7 +21,7 @@ export interface SanitizerConfig { * * @example Save A tags with TARGET="_blank" attribute * a: function (aTag) { - * return aTag.target === '_black'; + * return aTag.target === '_blank'; * } * * @example Save U tags that are not empty