diff --git a/src/sanitizer/index.js b/src/sanitizer/index.js index 35d3cd6b8..d0d49594c 100644 --- a/src/sanitizer/index.js +++ b/src/sanitizer/index.js @@ -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.`) } }