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 874266c commit 814f793
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 814f793

Please sign in to comment.