Skip to content

Commit

Permalink
Merge pull request #678 from is2ei/fix-typo
Browse files Browse the repository at this point in the history
chore: fix typo
  • Loading branch information
cure53 committed May 10, 2022
2 parents 0965e99 + 8a38fe4 commit e5931be
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/purify.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/purify.cjs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/purify.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/purify.es.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/purify.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/purify.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/purify.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/purify.js
Expand Up @@ -656,7 +656,7 @@ function createDOMPurify(window = getGlobal()) {

// Certain elements are allowed in both SVG and HTML
// namespace. We need to specify them explicitly
// so that they don't get erronously deleted from
// so that they don't get erroneously deleted from
// HTML namespace.
const commonSvgAndHTMLElements = addToSet({}, [
'title',
Expand Down

0 comments on commit e5931be

Please sign in to comment.