We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04c37b commit 411b43aCopy full SHA for 411b43a
types/configs/sanitizer-config.d.ts
@@ -21,7 +21,7 @@ export interface SanitizerConfig {
21
*
22
* @example Save A tags with TARGET="_blank" attribute
23
* a: function (aTag) {
24
- * return aTag.target === '_black';
+ * return aTag.target === '_blank';
25
* }
26
27
* @example Save U tags that are not empty
0 commit comments