Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt committed Jun 12, 2020
1 parent 9fe17d5 commit 896d6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sanitizer/index.js
Expand Up @@ -14,7 +14,7 @@ export default async function sanitize(content, selector) {
if (selectedContent) {
contentToSanitize = selectedContent;
} else {
console.warn(`The provider selector "${selector}" has no match in the document.`)
console.warn(`The provided selector "${selector}" has no match in the document.`)
}
}

Expand Down

0 comments on commit 896d6c0

Please sign in to comment.