diff --git a/src/pages/docs/content-configuration.mdx b/src/pages/docs/content-configuration.mdx index 3cedee6c7..bcddf0dc6 100644 --- a/src/pages/docs/content-configuration.mdx +++ b/src/pages/docs/content-configuration.mdx @@ -519,7 +519,7 @@ module.exports = { files: ['./src/**/*.{html,wtf}'], extract: { wtf: (content) => { - return content.match(/[^<>"'`\s]*/) + return content.match(/[^<>"'`\s]*/g) } } },