Skip to content

Commit ac7c594

Browse files
authored
Merge pull request #1096 from Rotzbua/fix_missing
fix(docs): add missing bracket
2 parents 96298dd + 29d15e4 commit ac7c594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ const clean = DOMPurify.sanitize(dirty, {
303303
TRUSTED_TYPES_POLICY: trustedTypes.createPolicy({
304304
createHTML(s) { return s},
305305
createScriptURL(s) { return s},
306-
}
306+
})
307307
});
308308
```
309309
### Influence how we sanitize

0 commit comments

Comments
 (0)